mcp-integration

Originally fromovachiever/droid-tings
Installation
Summary

Integrate external services into Claude Code plugins via Model Context Protocol servers with four connection types.

  • Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication
  • Configure MCP servers in dedicated .mcp.json file or inline in plugin.json with environment variable expansion and automatic tool discovery
  • Tools are automatically namespaced and prefixed; pre-allow specific tools in command frontmatter for security rather than using wildcards
  • Handles OAuth flows automatically for SSE servers; manage tokens via environment variables for HTTP and stdio types; includes debugging via /mcp command and --debug flag
SKILL.md

MCP Integration for Claude Code Plugins

Overview

Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code.

Key capabilities:

  • 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

MCP Server Configuration Methods

Plugins can bundle MCP servers in two ways:

Method 1: Dedicated .mcp.json (Recommended)

Create .mcp.json at plugin root:

Related skills

More from anthropics/claude-plugins-official

Installs
2.4K
GitHub Stars
19.2K
First Seen
Feb 5, 2026