Build MCP servers for LLM-service integration.
Build Model Context Protocol servers that connect LLMs to any service — from databases to APIs to local tools — with type-safe handlers and automatic schema generation.
claude skill install mcp-builder
# Create a new MCP server for a REST API
/mcp-builder create --name "github-mcp" --type fastmcp
# Add a new tool to an existing MCP server
/mcp-builder add-tool "search_issues" --params "query:string, repo:string"
Scaffolds MCP server projects using either the FastMCP (Python) or MCP SDK (TypeScript) framework. Generates tool definitions with proper JSON Schema, input validation, and error handling. Includes configuration for Claude Desktop, VS Code, and other MCP-compatible clients.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.