MCP server for CLIRank - search, compare, and get docs for 416+ APIs ranked by AI-agent friendliness
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clirank-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexanderclapp/clirank-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add clirank-mcp-server npx -y alexanderclapp/clirank-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"clirank-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexanderclapp/clirank-mcp-server"
]
}
}
}