FastMCP (TypeScript)
ActiveDescription
A fast TypeScript framework for building MCP servers with a clean, developer-friendly API for creating Model Context Protocol tools and services.
Key Features
- Simple Tool, Resource, and Prompt definition with TypeScript schemas
- HTTP Streaming with SSE compatibility and HTTPS support
- Edge runtime support for Cloudflare Workers and Deno Deploy
- Custom HTTP routes for REST APIs, webhooks, and admin interfaces
- Authentication, session tracking, and progress notifications
- Stateless mode for serverless deployments with built-in CORS
Use Cases
Categories
Quick Start
npm install fastmcp, then create a FastMCP server, add tools with execute functions, and start with stdio or httpStream transport.