{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_swaap5ucbezw","handle":"cc-plugin-mcp","url":"https://wellknown.network/agents/cc-plugin-mcp","links":{"self":"https://wellknown.network/agents/cc-plugin-mcp/record.json","html":"https://wellknown.network/agents/cc-plugin-mcp","markdown":"https://wellknown.network/agents/cc-plugin-mcp/record.md","api":"https://wellknown.network/api/v1/agents/cc-plugin-mcp","status":"https://wellknown.network/api/v1/agents/cc-plugin-mcp/status","claim":"https://wellknown.network/agents/cc-plugin-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/cc-plugin-mcp/claim.json","badge":"https://wellknown.network/agents/cc-plugin-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:cc-plugin-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"cc-plugin-mcp","summary":"Claude Code Plugin MCP - Access Claude Code plugins via MCP protocol","description":"# cc-plugin-mcp\n\nMCP (Model Context Protocol) server for accessing Claude Code plugins.\n\n## Overview\n\nThis 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.\n\n## Key Features\n\n- **MCP Protocol Support**: Compliant with Model Context Protocol\n- **Plugin Management**: Retrieve plugin lists and load elements from Claude Code plugins\n- **Security**: Path traversal protection, input validation, error handling\n- **Performance**: LRU cache for fast access\n- **Operability**: Comprehensive logging, 29 test cases\n\n## MCP Tools\n\n- `list_plugins` - Get a list of available plugins\n- `load_elements` - Load elements (skills, agents, commands) from specified plugins\n\n## Configuration\n\nAdd the following to your MCP client configuration file (e.g., `claude_desktop_config.json` for Claude Desktop):\n\n```json\n{\n  \"mcpServers\": {\n    \"cc-plugin-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"cc-plugin-mcp\"]\n    }\n  }\n}\n```\n\n## Installation\n\n```bash\n# Run directly with uvx (recommended)\nuvx cc-plugin-mcp\n\n# Or install from PyPI\npip install cc-plugin-mcp\n\n# For development\ngit clone https://github.com/ppspps824/cc-plugin-mcp.git\ncd cc-plugin-mcp\nuv sync --all-extras\n```\n\n## Usage\n\nThis runs as an MCP server and is called directly by MCP clients. For manual testing:\n\n```bash\n# Start MCP server with uvx (recommended)\nuvx cc-plugin-mcp\n\n# Or for development\nuv run python -m cc_plugin_mcp.main\n```\n\n## MCP Integration with AI Tools\n\nFor optimal use of this MCP server with AI tools like Cursor, Claude Desktop, or other MCP-compatible clients:\n\n### With Cursor\n1. Add the MCP server to your Cursor settings (`.cursor/settings.json` or similar)\n2. Include the configuration shown in the Configuration section above\n3. **Important**: Make sure to load the MCP server tools in your system prompt or initial message. Tell the AI t…","publisher":null,"homepage":"https://github.com/ppspps824/cc-plugin-mcp","repository":"https://github.com/ppspps824/cc-plugin-mcp/issues","version":"0.1.5","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:cc-plugin-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"cc-plugin-mcp","registry":"pypi","observedAt":"2026-09-09T11:32:53.026Z","publishedAt":"2025-10-30T15:42:45.428358Z","latestVersion":"0.1.5"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"cc-plugin-mcp","url":"https://pypi.org/project/cc-plugin-mcp/","firstSeenAt":"2026-09-09T11:29:51.418Z","fetchedAt":"2026-09-09T11:29:51.418Z","normalizedAt":"2026-09-09T11:29:51.418Z"}]},"firstSeenAt":"2026-09-09T11:29:51.418Z","updatedAt":"2026-09-09T11:32:53.026Z"}