#72 · Primary category: LLM Application Frameworks

fastmcp

mcp sse

A TypeScript framework for building MCP servers.

Project last updated:08/29/26

GitHub Stars

3.3K

Forks

305

Contributors

86

License

MIT

Why we included this project

FastMCP is a TypeScript framework for turning your own code into an MCP server, so Claude, Copilot, or a custom agent can call your internal tools and APIs. It builds on the official SDK and handles the parts you would otherwise wire yourself, like session tracking, transports, authentication, and streaming. It also supports custom HTTP routes, edge runtimes, and an in-memory transport for unit testing without binding a port. One thing to check before adopting it: FastMCP targets the legacy handshake-based protocol revisions, not the stateless 2026 spec, so teams starting fresh on that spec should look at ViteMCP instead.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category