Skip to content

Fastmcp

Free

by MCP Community

A TypeScript framework for building MCP servers.

v3.35.0Added Apr 12, 2026
MCPSSE
Works with:ClaudeGPTGeminiCopilot

Fastmcp MCP Server

A TypeScript framework for building MCP servers.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y fastmcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fastmcp": {
      "command": "npx",
      "args": ["-y", "fastmcp"]
    }
  }
}