Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 8dd07efd-d9a7-5258-967a-43f367ba93f7 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

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 et remerciements

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

Thanks to the upstream maintainers for shipping the original project.

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires