MCP Directory
Back

fast-mcp

by DToppingWW · Python · ★ 0

A demo MCP server from https://github.com/modelcontextprotocol/python-sdk guide

Install

pip install git+https://github.com/DToppingWW/fast-mcp.git

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": {
    "fast-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/DToppingWW/fast-mcp.git"
      ]
    }
  }
}

Related developer tools servers