mcp-setup

Solid

Configure popular MCP servers for enhanced agent capabilities

AI & Automation 35,379 stars 3239 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# MCP Setup Configure Model Context Protocol (MCP) servers to extend Claude Code's capabilities with external tools like web search, file system access, and GitHub integration. ## Overview MCP servers provide additional tools that Claude Code agents can use. This skill helps you configure popular MCP servers using the `claude mcp add` command-line interface. ## Step 1: Choose a Setup Path Use **AskUserQuestion** with **one question at a time** and **no more than 3 options per question**. Recent Claude Code builds reject larger option payloads as invalid tool parameters, so keep the MCP selection flow staged. ### Step 1.1: First menu **Question:** "What kind of MCP setup would you like?" **Options:** 1. **Recommended starter setup** - Fast path for the most common OMC MCP additions 2. **Individual popular server** - Pick one built-in server from a short follow-up menu 3. **Custom server** - Add your own stdio or HTTP MCP server ### Step 1.2: If the user chooses "Recommended starter setup" Ask a follow-up **AskUserQuestion**: **Question:** "Which recommended MCP bundle should I configure?" **Options:** 1. **Context7 only (Recommended)** - Zero-config docs/context server 2. **Context7 + Exa** - Docs/context plus enhanced web search 3. **Full recommended bundle** - Context7, Exa, Filesystem, and GitHub Map that choice to the server list you will configure. ### Step 1.3: If the user chooses "Individual popular server" Ask a follow-up **AskUserQuestion**: **Question...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

mcp-builder

Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

63,731 Updated today
shareAI-lab
AI & Automation Listed

mcp-builder

Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

1 Updated today
jafini
API & Backend Listed

mcp-server-manager

Configure and manage MCP (Model Context Protocol) servers in Claude Code CLI. Use this skill when adding, removing, listing, or troubleshooting MCP servers, or when questions arise about MCP configuration, transport types, scopes, or authentication. Essential for connecting Claude Code to external tools, databases, and APIs.

33 Updated yesterday
tdimino
AI & Automation Listed

mcp-server

MCP (Model Context Protocol) server development — use when the user mentions MCP, Model Context Protocol, FastMCP, MCP server, MCP tool, Claude Code plugin, or building agent tools with MCP. Covers server implementation in Python or TypeScript, evaluation testing, production deployment, and plugin packaging. NOT for designing tool interfaces or tool consolidation patterns for agents (use tool-design), NOT for prompt engineering or prompt optimization (use prompt-engineering).

9 Updated yesterday
viktorbezdek
AI & Automation Listed

build-mcp-server

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.

13 Updated yesterday
thevibeworks