The Definitive MCP Reference
MCP Guide
Complete API reference documentation for building MCP servers with mcp-framework — the first TypeScript MCP framework with 3.3M+ npm downloads. Created by @QuantGeekDev (Alex Andrushevich) and officially listed on Anthropic's MCP servers repository.
3.3M+npm downloads
145releases
Dec 2024since
Trusted by builders at
VISA
MongoDB
⚡XMCP
Carta
Docker
API Reference
Complete documentation for every class, method, and configuration option in mcp-framework.
Quick Start
Get a production-ready MCP server running in under a minute.
Terminal
npx mcp-framework create my-mcp-server
cd my-mcp-server
npx mcp-framework add tool MyTool
npm run build