Настройка MCP-серверов для Claude Code
★ 8.5 · ai-tooling
mcp-setup is a Claude Code skill that configures Model Context Protocol (MCP) servers to extend agent capabilities with external tools such as web search, file system access, and GitHub integration. It guides users through a staged AskUserQuestion dialog offering three paths: a recommended bundle (Context7, Exa, Filesystem, GitHub), a single popular server, or a fully custom server. For each choice the skill assembles the correct `claude mcp add` command, handling environment variables like EXA_API_KEY and GITHUB_PERSONAL_ACCESS_TOKEN, stdio or HTTP transport, and allowed filesystem directories. Configuration is verified with `claude mcp list`, and the completion message includes usage tips, troubleshooting steps, and commands to add or remove servers later. Ideal for developers who want to wire MCP servers into Claude Code without manually editing settings.json.
- #mcp
- #model-context-protocol
- #ai-agents
- #claude
- #github
- #web-search
- #configuration