MCP Directory
Back

fastmcp

by punkpeye · TypeScript · ★ 3,210

A TypeScript framework for building MCP servers.

#mcp#sse

Install

npx -y github:punkpeye/fastmcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "fastmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:punkpeye/fastmcp"
      ]
    }
  }
}

From the README

A TypeScript framework for building [MCP](https://glama.ai/mcp) servers capable of handling client sessions. > [!NOTE] > > For a Python implementation, see [FastMCP](https://github.com/jlowin/fastmcp). - Simple Tool, Resource, Prompt definition - [Authentication](#authentication) - [Passing headers through context](#passing-headers-through-context) - [Session ID and Request ID tracking](#session-id-and-request-id-tracking) - [Sessions](#sessions) - [Image content](#returning-an-image) - [Audio content](#returning-an-audio) - [Embedded](#embedded-resources) - [Logging](#logging) - [Error hand…
Read full README on GitHub →

Related other servers