speedrun mcp for Cursor
io.github.mrfentmen/speedrun-mcp
Use this MCP server to speedrun.com, world records, category leaderboards, and runner profiles....
client:Cursor
transport:stdio
runtime:npm
Install speedrun mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"speedrun-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"speedrun-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs