Skip to content
Grok

speedrun.com for Grok

io.github.williamcodes/speedrun-mcp

speedrun.com records, leaderboards (subcategories, ILs), players, PBs, moderation. No key needed.

client:Grok transport:stdio runtime:pypi

Install speedrun.com in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "speedrun-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "speedrun-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

speedrun.com in other clients