Skip to content
Grok

rankedtoday mcp for Grok

io.github.ryankramer/rankedtoday-mcp

League of Legends math for AI agents: MMR estimation, climb projections, KDA, hours. No API key.

client:Grok transport:stdio runtime:pypi

Install rankedtoday mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rankedtoday-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rankedtoday-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

rankedtoday mcp in other clients