MCP Integration

Integrate MCP servers with Claude Code plugins for external tool access.

5.1k|414|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Galaxy-Dawn/claude-scholar --skill mcp-integration-galaxy-dawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Integration
Source: https://github.com/Galaxy-Dawn/claude-scholar/tree/main/skills/mcp-integration
Command: npx skills add https://github.com/Galaxy-Dawn/claude-scholar --skill mcp-integration-galaxy-dawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates MCP servers with Claude Code plugins to enable external tool access.

Core Features & Use Cases

  • Supports stdio, SSE, HTTP, and WebSocket MCP servers within Claude Code plugins.
  • Provides clear configuration patterns (.mcp.json or plugin.json) and standardized tool naming.
  • Includes authentication and lifecycle guidance for robust server integration.

Quick Start

Install and enable MCP integration for your Claude Code plugin, then configure a .mcp.json or plugin.json to expose MCP servers and tools to users.

Frequently Asked Questions about MCP Integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate MCP servers with Claude Code plugins for external tool access?

MCP servers integrate with Claude Code plugins by configuring a .mcp.json or plugin.json file to expose external tools. This setup supports stdio, SSE, HTTP, and WebSocket server types within the plugin workflow.

What configuration patterns are needed to expose MCP servers in Claude Code?

MCP integration requires defining server connections using a .mcp.json or plugin.json file. These standardized configuration patterns expose MCP servers and tools to users within the Claude Code environment.

Which MCP server protocols are supported by Claude Code plugins?

Claude Code plugins support four MCP server types: stdio, SSE, HTTP, and WebSocket. This allows flexible connections to diverse external services depending on your specific tool access requirements.

How does authentication work when connecting MCP servers to Claude Code?

MCP integration includes specific authentication guidance to establish secure connections between Claude Code plugins and external servers. This ensures reliable server access and robust plugin workflows.

What is the lifecycle guidance for managing MCP server plugins in Claude Code?

MCP server lifecycle guidance defines how to manage reliable plugin workflows within Claude Code. It covers configuration patterns, authentication approaches, and ongoing server maintenance for external tool access.