Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npm
Confianza
Confianza: Established
Entrada
npx fastmcp dev src/server.ts
Comando CLI universal
npx tokrepo install 8dd07efd-d9a7-5258-967a-43f367ba93f7
Introducción

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.
🙏

Fuente y agradecimientos

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

Thanks to the upstream maintainers for shipping the original project.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados