setup-mcp
Installation
SKILL.md
Setting up MCP in a Plugin
MCP servers are configured via a .mcp.json file (dotfile) at the plugin root — not inside .claude-plugin/, and not mcp.json without the dot.
File location
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json ← here
├── commands/
└── ...