Agent Plugins Marketplace
All plugins

agent-plugin-marketplace

v0.1.0

Search a registry of Codex, Claude Code, and Agent Plugins packages through MCP.

CodexClaude CodeAgent Plugins1 MCP serverStreamable HTTP

By IchenDEVLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-plugin-marketplace for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-plugin-marketplace@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/IchenDEV/agent-plugin-mkt

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agent-plugin-marketplace/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── .mcp.json

MCP servers1

agent-plugin-marketplaceStreamable HTTP
url
http://localhost:3000/api/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "agent-plugin-marketplace",
  "version": "0.1.0",
  "description": "Search a registry of Codex, Claude Code, and Agent Plugins packages through MCP.",
  "author": {
    "name": "IchenDEV",
    "url": "https://github.com/IchenDEV"
  },
  "homepage": "https://github.com/IchenDEV/agent-plugin-mkt",
  "repository": "https://github.com/IchenDEV/agent-plugin-mkt",
  "license": "MIT",
  "keywords": [
    "registry",
    "marketplace",
    "codex",
    "claude-code",
    "skills",
    "mcp"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Agent Plugin Marketplace",
    "shortDescription": "Search Codex and Claude Code plugins",
    "longDescription": "Browse and query an open registry of skills and MCP servers packaged for Codex, Claude Code, or both.",
    "developerName": "IchenDEV",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Search"
    ],
    "websiteURL": "https://github.com/IchenDEV/agent-plugin-mkt",
    "defaultPrompt": [
      "Find plugins for this development task.",
      "Compare Codex and Claude Code plugins for my use case."
    ],
    "brandColor": "#5147E5"
  }
}
.claude-plugin/plugin.json
{
  "name": "agent-plugin-marketplace",
  "displayName": "Agent Plugin Marketplace",
  "version": "0.1.0",
  "description": "Search a registry of Codex, Claude Code, and Agent Plugins packages through MCP.",
  "author": {
    "name": "IchenDEV",
    "url": "https://github.com/IchenDEV"
  },
  "homepage": "https://github.com/IchenDEV/agent-plugin-mkt",
  "repository": "https://github.com/IchenDEV/agent-plugin-mkt",
  "license": "MIT",
  "keywords": [
    "registry",
    "marketplace",
    "codex",
    "claude-code",
    "skills",
    "mcp"
  ],
  "mcpServers": "./.mcp.json"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-plugin-marketplace",
  "version": "0.1.0",
  "description": "Find open-source Agent Plugins, compare their included Agent Skills and MCP servers, or search the directory from an MCP-compatible client.",
  "license": "MIT",
  "keywords": [
    "directory",
    "discovery",
    "skills",
    "mcp"
  ],
  "homepage": "https://pluginsmp.com",
  "repository": "https://github.com/IchenDEV/agent-plugin-mkt"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-plugin-marketplace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-plugin-marketplace)