mcp integration

Official

mcp integration

anthropics ↓ 13k
Claude Code
View source ↗

What it does

  • Connect to external services (databases, APIs, file systems)
  • Provide 10+ related tools from a single service
  • Handle OAuth and complex authentication flows
  • Bundle MCP servers with plugins for automatic setup
  • Clear separation of concerns
  • Easier to maintain
  • Better for multiple servers

Requirements & configuration

  • Connect to RESTful MCP servers with token authentication.
  • Token-based authentication
  • "Authorization": "Bearer ${TOKEN}"
  • Token-Based (Headers)
  • Token Management

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

mcp integration

Source

Repository: https://github.com/anthropics/claude-code

mcp integration FAQ

What does the mcp integration skill do?

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration. Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service

What does mcp integration require?

Connect to RESTful MCP servers with token authentication. Token-based authentication "Authorization": "Bearer ${TOKEN}" Token-Based (Headers) Token Management

How do I install mcp integration?

Run: npx -y skills add https://github.com/anthropics/claude-code --skill mcp integration --agent claude-code — the source lives at github.com/anthropics/claude-code.

Maintain mcp integration?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

mcp integration on getagentictools
[![mcp integration on getagentictools](https://getagentictools.com/badge/skills/anthropics-claude-code-mcp-integration.svg)](https://getagentictools.com/skills/anthropics-claude-code-mcp-integration?ref=badge)
npx agentictools info skills/anthropics-claude-code-mcp-integration

The second line is the CLI lookup for this page — handy in READMEs and docs.