clirank for Cursor
io.github.alexanderclapp/clirank
Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance.
client:Cursor
transport:stdio
runtime:npm
Install clirank in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clirank": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clirank-mcp-server"
],
"env": {
"CLIRANK_API_URL": "<CLIRANK_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs