building-mcp-servers

Configure MCP servers for Claude Code plugins via .mcp.json or plugin.json.

3|2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill building-mcp-servers-c0ntr0lledcha0s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-mcp-servers
Source: https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations/tree/main/agent-builder/skills/building-mcp-servers
Command: npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill building-mcp-servers-c0ntr0lledcha0s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides MCP server integration patterns for Claude Code plugins, enabling external tool access and real-time communication via MCP servers (stdio, SSE, HTTP, WebSocket).

Core Features & Use Cases

  • MCP Server Types: stdio, SSE, HTTP, WebSocket
  • Configuration Methods: dedicated .mcp.json or inline plugin.json
  • Security Best Practices: environment variables, avoid hardcoding secrets

Quick Start

Start with the provided MCP templates and configure an MCP server in plugin.json or .mcp.json, then test connectivity using the included scripts.