What problem does it solve?
Manually editing Claude Code configuration files to add MCP servers is tedious and error-prone, especially when you have a pre-written config snippet from a server's official documentation. This Skill automates the entire process so you don't have to construct commands or edit JSON files by hand.
Core Features & Use Cases
- Automatic Config Parsing: Extracts server name, command, arguments, and environment variables from any valid JSON mcpServers block.
- Correct Command Generation: Builds the properly formatted claude mcp add command with the required parameter order, handling both stdio and HTTP transport MCP servers.
- Use Case: If you find a new MCP server with a ready-to-use config snippet in its README, use this Skill to add it to Claude Code in seconds without worrying about syntax errors or missing parameters.
Quick Start
Paste the JSON MCP server config snippet you copied from a server's README, and the Skill will automatically generate and run the correct claude mcp add command to add it to your Claude Code setup.