Back to MCP Servers
🔌

FastMCP

Apache-2.0

🐍 - A high-level framework for building MCP servers in Python

PythonProductivity

Install

npx -y fastmcp

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.