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

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 8dd07efd-d9a7-5258-967a-43f367ba93f7 --target codex

Stages files first; activation requires review of the staged README and plan.

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