speedrun.com for Cursor
io.github.williamcodes/speedrun-mcp
speedrun.com records, leaderboards (subcategories, ILs), players, PBs, moderation. No key needed.
client:Cursor
transport:stdio
runtime:pypi
Install speedrun.com in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"speedrun-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"speedrun-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs