| name | mcp-builder |
| description | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). |
MCP Server Development Guide
Overview
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Process
- Research & Planning: Understand MCP design, study specification, and framework documentation.
- Implementation: Set up project structure, implement core infrastructure (auth, error handling), and develop tools with clear schemas and descriptions.
- Review & Test: Verify code quality, run builds, and test with MCP Inspector.
- Evaluations: Create realistic evaluation questions to test the server's effectiveness.
Reference Files
Load these resources as needed from the reference/ directory:
mcp_best_practices.md: Universal guidelines.
node_mcp_server.md: TypeScript implementation guide.
python_mcp_server.md: Python/FastMCP guide.
evaluation.md: Evaluation creation guide.