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

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Npm
Confiance
Confiance : Established
Point d'entrée
npx fastmcp dev src/server.ts
Commande CLI universelle
npx tokrepo install 8dd07efd-d9a7-5258-967a-43f367ba93f7
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