Claude Code Plugin MCP - Access Claude Code plugins via MCP protocol
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"cc-plugin-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# cc-plugin-mcp MCP (Model Context Protocol) server for accessing Claude Code plugins. ## Overview This MCP server provides an interface to Claude Code's plugin system via the Model Context Protocol, enabling you to retrieve plugin lists and detailed information. It can be used from MCP clients such as Claude Desktop, Cursor, etc. ## Key Features - **MCP Protocol Support**: Compliant with Model Context Protocol - **Plugin Management**: Retrieve plugin lists and load elements from Claude Code plugins - **Security**: Path traversal protection, input validation, error handling - **Performance**: LRU cache for fast access - **Operability**: Comprehensive logging, 29 test cases ## MCP Tools - `list_plugins` - Get a list of available plugins - `load_elements` - Load elements (skills, agents, commands) from specified plugins ## Configuration Add the following to your MCP client configuration file (e.g., `claude_desktop_config.json` for Claude Desktop): ```json { "mcpServers": { "cc-plugin-mcp": { "command": "uvx", "args": ["cc-plugin-mcp"] } } } ``` ## Installation ```bash # Run directly with uvx (recommended) uvx cc-plugin-mcp # Or install from PyPI pip install cc-plugin-mcp # For development git clone https://github.com/ppspps824/cc-plugin-mcp.git cd cc-plugin-mcp uv sync --all-extras ``` ## Usage This runs as an MCP server and is called directly by MCP clients. For manual testing: ```bash # Start MCP server with uvx (recommended) uvx cc-plugin-mcp # Or for development uv run python -m cc_plugin_mcp.main ``` ## MCP Integration with AI Tools For optimal use of this MCP server with AI tools like Cursor, Claude Desktop, or other MCP-compatible clients: ### With Cursor 1. Add the MCP server to your Cursor settings (`.cursor/settings.json` or similar) 2. Include the configuration shown in the Configuration section above 3. **Important**: Make sure to load the MCP server tools in your system prompt or initial message. Tell the AI t…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.