Skip to content
Zed

speedrun mcp for Zed

io.github.mrfentmen/speedrun-mcp

Use this MCP server to speedrun.com, world records, category leaderboards, and runner profiles....

client:Zed transport:stdio runtime:npm

Install speedrun mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "speedrun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "speedrun-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

speedrun mcp in other clients