mcp-builder
Installation
SKILL.md
MCP Server Development Guide
Build high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services.
When to Use
| Scenario | Use mcp-builder? | Alternative |
|---|---|---|
| Building MCP tools for LLM-service integration | Yes | - |
| Python MCP server (FastMCP) | Yes | - |
| Node/TypeScript MCP server | Yes | - |
| API wrapper for AI agents | Yes | - |
| Managing existing MCP servers | No | mcp-management skill |
| General REST API development | No | Standard web frameworks |