mcp-integration

Bundle MCP servers with Claude plugins via standardized .mcp.json configurations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nthplusio/functional-claude --skill mcp-integration-nthplusio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-integration
Source: https://github.com/nthplusio/functional-claude/tree/main/plugins/claude-plugin-dev/skills/mcp-integration
Command: npx skills add https://github.com/nthplusio/functional-claude --skill mcp-integration-nthplusio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps plugin developers bundle and wire MCP (Model Context Protocol) servers with Claude plugins, enabling standardized server configurations and deployments.

Core Features & Use Cases

  • Inline server definitions for MCP servers in marketplace configurations
  • Support for stdio, http, and sse MCP server transports
  • Clear guidelines for authentication patterns and marketplace integration

Quick Start

Create a .mcp.json file at the plugin root and reference it in marketplace.json using the mcpServers entry. Document the supported server types and provide example configurations for stdio, http, and sse.

Frequently Asked Questions about mcp-integration

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

FAQPage Schema
How do I bundle MCP servers with Claude plugins for marketplace deployment?

To bundle MCP servers with Claude plugins, create a .mcp.json file at the plugin root and reference it in marketplace.json using the mcpServers entry. This standardizes server configurations for marketplace deployment.

What MCP server transports are supported in a .mcp.json configuration?

The .mcp.json configuration supports stdio, http, and sse MCP server transports. These options allow flexible integration for different server communication requirements within Claude plugins.

When do I need an .mcp.json file for my MCP server integration?

You need an .mcp.json file when bundling Model Context Protocol servers with Claude plugins for marketplace configurations. It defines the server format and inline patterns required for standardized external server deployment.

Does the MCP integration skill provide guidelines for authentication patterns?

Yes, the MCP integration skill defines clear guidelines for authentication approaches and marketplace wiring requirements. This ensures secure and standardized connections for MCP server deployments.

Can I use inline server definitions for MCP servers in a marketplace configuration?

Yes, inline server definitions for MCP servers are supported directly in marketplace configurations. This allows you to specify server setups without external configuration files beyond the .mcp.json format.

What is the best way to wire MCP servers into a Claude plugin marketplace?

The best way to wire MCP servers into a Claude plugin marketplace is using the .mcp.json format and referencing mcpServers in marketplace.json. This provides standardized marketplace wiring requirements and deployment patterns.