rankedtoday mcp for Cursor
io.github.ryankramer/rankedtoday-mcp
League of Legends math for AI agents: MMR estimation, climb projections, KDA, hours. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install rankedtoday mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rankedtoday-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rankedtoday-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs