Создание MCP-сервера с нуля

★ 8.6 · integration

build-mcp-server is a Claude Code skill that guides developers through designing and building an MCP server — from scoping the use case to selecting a deployment model and handing off to specialized skills. In Phase 1, it asks conversational questions about what the server connects to, who will use it, how many actions it exposes, whether tools need mid-call user input, and what auth the upstream service requires. Based on those answers, it recommends exactly one of four paths: remote streamable-HTTP (the default for cloud APIs, with fast deployment to Cloudflare Workers), Elicitation for structured input with no UI code, an MCP app with interactive widgets, or MCPB for servers that must run locally. Designed for developers wrapping REST or GraphQL APIs for Claude, building Model Context Protocol integrations, or implementing OAuth-authenticated tooling.