rival for Cursor
io.github.nuance-dev/rival
Query AI model benchmarks, pricing, and comparisons from rival.tips
client:Cursor
transport:stdio
runtime:npm
Install rival in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rival": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rival-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs