MCP ConfigsMay 14, 2026·2 min read

FastMCP — TypeScript Framework for MCP Servers

FastMCP is a TypeScript framework on top of the official MCP SDK; verified 3,112★ and includes HTTP streaming, stateless mode, and a CLI for dev+inspect.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Npm
Trust
Trust: Established
Entrypoint
npx fastmcp dev src/server.ts
Universal CLI install command
npx tokrepo install 8dd07efd-d9a7-5258-967a-43f367ba93f7
Intro

FastMCP is a TypeScript framework on top of the official MCP SDK; verified 3,112★ and includes HTTP streaming, stateless mode, and a CLI for dev+inspect.

Best for: MCP server authors who want less boilerplate and better built-in dev ergonomics

Works with: Node.js + any MCP-compatible client (stdio or HTTP streaming transports)

Setup time: 5-15 minutes

Key facts (verified)

  • GitHub: 3112 stars · 267 forks · pushed 2026-05-04.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npx fastmcp dev src/server.ts.

Main

  • Start with stdio transport for local clients, then switch to HTTP streaming when you need remote access and better large-payload handling.
  • Use inspect early—debugging tool schemas and outputs is cheaper than iterating via full agent runs.
  • Leverage built-ins listed in README (sessions, request IDs, auth, CORS, health checks) to avoid rolling your own scaffolding.

Source-backed notes

  • README shows npm install fastmcp and provides a minimal server Quickstart with addTool(...) + start(...).
  • README lists a CLI for testing/debugging, including npx fastmcp dev ... and npx fastmcp inspect ....
  • README documents remote options like HTTP streaming and stateless mode for serverless deployments.

FAQ

  • Is it an SDK replacement?: No—README says it’s built on top of the official MCP SDK and wraps common patterns.
  • Can I run it remotely?: Yes—README includes HTTP streaming transport and related options for remote access.
  • What should I validate first?: Tool schemas and outputs via inspect, then client connectivity, then auth/headers.
🙏

Source & Thanks

Source: https://github.com/punkpeye/fastmcp > License: MIT > GitHub: ⭐ 3112 · forks 267

Thanks to the upstream maintainers for shipping the original project.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets