MCP.so
Sign In
Servers

FastMCP

@punkpeye

A TypeScript framework for building MCP servers.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "fastmcp-punkpeye": {
      "command": "npx",
      "args": [
        "fastmcp",
        "dev",
        "src/examples/addition.ts"
      ]
    }
  }
}

More from Other