Skip to content
Zed

rankedtoday mcp for Zed

io.github.ryankramer/rankedtoday-mcp

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

client:Zed transport:stdio runtime:pypi

Install rankedtoday mcp in Zed

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

{
  "context_servers": {
    "rankedtoday-mcp": {
      "command": "uvx",
      "args": [
        "rankedtoday-mcp"
      ]
    }
  }
}

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

rankedtoday mcp in other clients