AI AGENT ADDONS

Mcp Integration

anthropics/claude-code

Model Context Protocol helps Claude Code plugins connect to outside services. You can link tools like databases, APIs, and file systems directly into your plugin. This makes your plugin more powerful by giving it access to real data and actions.

There are two ways to set it up. You can use a dedicated .mcp.json file or add the settings inside plugin.json. The protocol supports different connection types like local processes, server-sent events, HTTP, and WebSocket. Each type works best for different needs, from local files to cloud services.

Environment variables like ${CLAUDE_PLUGIN_ROOT} make your configuration portable. This skill walks you through every step to get MCP working in your plugin.

Add Mcp Integration skill to your workflow

Global

mkdir -p ~/.claude/skills/mcp-integration

Project

mkdir -p .claude/skills/mcp-integration

Source Repository

Stars
134,801
Forks
21,763
Watchers
134,801
Last Push
25 days ago
Created
1 year ago