create-mcp-integration

Scaffolds MCP server integrations (.mcp.json entries with setup instructions and HTTPS/WSS enforcement) for plugins.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-mcp-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-mcp-integration
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-mcp-integration
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-mcp-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quickly scaffolds a standardized MCP server integration for a Claude Code plugin, reducing manual setup time and ensuring consistent configuration.

Core Features & Use Cases

  • Automated MCP entry generation (.mcp.json) with full configuration (server entry, command/url, env vars, and allowed tools)
  • Guided phased workflow: confirm server type (stdio / SSE / streamable-http), authentication method, exposed tools, and configuration fields
  • Clear setup instructions and verification steps for connecting and validating the MCP server within a plugin

Quick Start

Invoke the skill on your plugin repository to scaffold a new MCP server integration and generate its configuration

Frequently Asked Questions about create-mcp-integration

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

FAQPage Schema
How do I scaffold an MCP server integration for a plugin?▼

To scaffold an MCP server integration, invoke the skill on your plugin repository to generate a complete .mcp.json entry with server type, authentication, exposed tools, and configuration fields.

What MCP server types are supported for plugin configuration?▼

Supported MCP server types include stdio, SSE, and streamable-http. The skill guides you through selecting the appropriate server type during the configuration workflow.

Does MCP server scaffolding require HTTPS endpoints?▼

Yes, MCP server scaffolding enforces HTTPS and WSS endpoints for secure communication, ensuring all configured server URLs meet strict credential handling and transport security requirements.

How do I configure environment variables and exposed tools in .mcp.json?▼

You configure environment variables and allowed tools through a guided workflow that prompts for authentication methods and configuration fields, outputting a ready-to-run .mcp.json entry with setup instructions.

What is the best way to automate MCP server setup for multiple plugins?▼

The best way to automate MCP server setup is using a scaffolding skill that standardizes .mcp.json generation across plugins, ensuring consistent configuration fields, authentication, and exposed tools without manual entry.