Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y clirank-mcp-server
MCP client config
{
"mcpServers": {
"clirank-mcp-server": {
"command": "npx",
"args": [
"-y",
"clirank-mcp-server"
]
}
}
}