punkpeye/fastmcp
A TypeScript framework for building MCP servers that expose tools and resources to AI clients.

FastMCP is a server-side framework for implementing the Model Context Protocol (MCP), enabling AI assistants to interact with external tools, resources, and prompts. It builds on the official MCP SDK, handling connection management, session handling, HTTP streaming with SSE support, and provides a simplified API for defining tools, resources, and prompts. The framework supports edge runtimes, serverless deployments, and includes utilities for testing and debugging MCP servers.