mcp-integration
Guidance for integrating MCP servers (SSE, stdio, HTTP, WebSocket) into Claude Code plugins via .mcp.json.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for mcp-integration, derived from its capabilities.
AIVSS 8.4 ยท High
View MAESTRO 7-layer threat model โOverview
Part of the plugin-dev plugin, this skill guides wiring Model Context Protocol servers into Claude Code plugins: using .mcp.json, the ${CLAUDE_PLUGIN_ROOT} variable, and different server types (SSE, stdio, HTTP, WebSocket) to connect external services. It bundles example server configs (stdio-server.json, sse-server.json, http-server.json) and reference docs on authentication and tool usage.
Key features
- Server-type configs: stdio, SSE, HTTP
- ${CLAUDE_PLUGIN_ROOT} wiring
- Authentication and tool-usage references
Use cases
- Add an MCP server to a Claude Code plugin
- Configure a stdio or SSE MCP connection