Skip to main content
ClaudeWave

A TypeScript framework for building MCP servers.

MCP Servers3.2k stars278 forksTypeScriptMITUpdated yesterday
Editor's note

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.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
mcpsse

What people ask about fastmcp

What is punkpeye/fastmcp?

+

punkpeye/fastmcp is mcp servers for the Claude AI ecosystem. A TypeScript framework for building MCP servers. It has 3.2k GitHub stars and was last updated yesterday.

How do I install fastmcp?

+

You can install fastmcp by cloning the repository (https://github.com/punkpeye/fastmcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is punkpeye/fastmcp safe to use?

+

Our security agent has analyzed punkpeye/fastmcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains punkpeye/fastmcp?

+

punkpeye/fastmcp is maintained by punkpeye. The last recorded GitHub activity is from yesterday, with 48 open issues.

Are there alternatives to fastmcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fastmcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers