Skip to main content
ClaudeWave

A TypeScript framework for building MCP servers.

MCP Servers3.2k estrellas278 forksTypeScriptMITActualizado yesterday
Nota editorial

FastMCP is a TypeScript framework for building Model Context Protocol servers that abstracts away the boilerplate required by the official MCP SDK. Where the SDK requires developers to manually wire up connection handling, tool registration, resource management, and response formatting, FastMCP provides a simplified API so that defining tools, resources, and prompts reduces to calling methods like `addTool` with a Zod schema and an execute function. The framework supports multiple transport modes including stdio, HTTP streaming, and SSE, and includes built-in features for authentication, session and request ID tracking, image and audio content blocks, progress notifications, streaming output, custom HTTP routes for webhooks and REST APIs, and a stateless mode suited to serverless deployments on Cloudflare Workers or Deno Deploy. A built-in CLI enables testing via `npx fastmcp dev` and inspection via `npx fastmcp inspect` without additional tooling. FastMCP integrates with any MCP-compatible client, including Claude Desktop, and is aimed at TypeScript developers who want to ship MCP servers without managing low-level protocol details.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Trusted owner (punkpeye)
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/punkpeye/fastmcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fastmcp": {
      "command": "node",
      "args": ["/path/to/fastmcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/punkpeye/fastmcp and follow its README for install instructions.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
mcpsse

Lo que la gente pregunta sobre fastmcp

¿Qué es punkpeye/fastmcp?

+

punkpeye/fastmcp es mcp servers para el ecosistema de Claude AI. A TypeScript framework for building MCP servers. Tiene 3.2k estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala fastmcp?

+

Puedes instalar fastmcp clonando el repositorio (https://github.com/punkpeye/fastmcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar punkpeye/fastmcp?

+

Nuestro agente de seguridad ha analizado punkpeye/fastmcp y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene punkpeye/fastmcp?

+

punkpeye/fastmcp es mantenido por punkpeye. La última actividad registrada en GitHub es de yesterday, con 48 issues abiertos.

¿Hay alternativas a fastmcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega fastmcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: punkpeye/fastmcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/punkpeye-fastmcp)](https://claudewave.com/repo/punkpeye-fastmcp)
<a href="https://claudewave.com/repo/punkpeye-fastmcp"><img src="https://claudewave.com/api/badge/punkpeye-fastmcp" alt="Featured on ClaudeWave: punkpeye/fastmcp" width="320" height="64" /></a>

Más MCP Servers