One-click install
npx skills add https://github.com/furkankoykiran/.claude --skill add-mcp-furkankoykiran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-mcp
Source: https://github.com/furkankoykiran/.claude/tree/main/skills/add-mcp
Command: npx skills add https://github.com/furkankoykiran/.claude --skill add-mcp-furkankoykiran

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about add-mcp

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

FAQPage Schema
How do I add an MCP server to Claude Code from a JSON config snippet?

To add an MCP server to Claude Code, paste your JSON config snippet into the Skill. It parses the server name, command, arguments, and environment variables to automatically generate and run the correct claude mcp add command.

Can I use MCP server config snippets for both stdio and HTTP transport types?

Yes, you can use config snippets for both stdio and HTTP transport types. The Skill parses the JSON configuration block and builds a properly formatted claude mcp add command with the required parameter order for either transport type.

Why manually editing Claude Code configuration files is error-prone when integrating MCP servers?

Manually editing Claude Code configuration files is error-prone because constructing commands and editing JSON by hand often leads to syntax errors or missing parameters. Automating config parsing eliminates these manual steps when adding MCP servers.

How to verify successful MCP server addition in Claude Code after running a command?

To verify successful MCP server addition in Claude Code, the Skill automatically runs the claude mcp list command after generating and executing the add command, confirming the server is properly configured.

What is the best way to automate adding third-party MCP servers using pre-built configs?

The best way to automate adding third-party MCP servers is to paste the pre-built JSON config snippet from the server's documentation directly into the Skill, which handles command generation and config parsing without manual editing.