clirank-mcp-server

alexanderclapp/clirank-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
MCP server for CLIRank - search, compare, and get docs for 416+ APIs ranked by AI-agent friendliness
View on GitHub →

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"
      ]
    }
  }
}