Tutorial for integrating Model Context Protocol (MCP) servers with Claude Code. Covers stdio transport, tool/resource/prompt schemas, and packaging as a Claude Code plugin. Use when the user asks about MCP, custom tools, or extending Claude with external APIs.
$npx -y skills add agenticsorg/claude-plugin --skill mcp-integrationInstalls into the current project.
Run `npx skills use "https://github.com/agenticsorg/claude-plugin" --skill "agenticsorg/claude-plugin/mcp-integration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agenticsorg/claude-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/agenticsorg/claude-plugin"` and select the relevant skills, then follow their instructions.