mcp-integration

Expose MCP tools from stdio, SSE, HTTP, and ws servers to Claude Code plugins.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill mcp-integration-lucasfth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-integration
Source: https://github.com/lucasfth/config/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration
Command: npx skills add https://github.com/lucasfth/config --skill mcp-integration-lucasfth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Expose MCP-based tools and servers to Claude Code plugins to enable external service integration.

Core Features & Use Cases

  • Expose MCP tool access in Claude Code plugins
  • Support all MCP server types: stdio, SSE, HTTP, ws
  • Automatic environment variable expansion and secure authentication patterns
  • Lifecycle management, tool discovery, and debugging support

Quick Start

Create a .mcp.json at your plugin root and verify available MCP tools with the /mcp command.

Frequently Asked Questions about mcp-integration

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

FAQPage Schema
How do I integrate external services with Claude Code plugins using MCP?

You can integrate external services with Claude Code plugins by exposing MCP-based tools, which enables seamless tool discovery and server interaction across diverse authentication patterns within your plugin ecosystem.

How do I configure MCP server connections for a Claude Code plugin?

You configure MCP servers by creating a .mcp.json file at your plugin root, utilizing strict environment-variable-driven configurations to securely manage authentication and server settings.

What MCP server types are supported for Claude Code plugin development?

Supported MCP server types include stdio, SSE, HTTP, and ws, allowing you to expose tooling and manage lifecycles across various server transport protocols in your plugins.

Can I use OAuth and environment variables for MCP authentication in plugins?

Yes, you can use OAuth and environment variables for MCP authentication, applying automatic environment variable expansion to implement secure authentication patterns across your external service integrations.

How do I debug MCP tool discovery issues in Claude Code?

You can debug MCP tool discovery issues by verifying available MCP tools with the /mcp command, utilizing the built-in debugging support to inspect exposed tooling and server lifecycles.