Bring your AI Rankia data into Claude — web, desktop or CLI.
Requirements
- An AI Rankia account.
- Claude Pro or Max (for claude.ai), or Claude Desktop / Claude Code.
Claude.ai (web) — easiest
- Go to Settings → Integrations → Add more.
- Name it
AI Rankiaand set the URL tohttps://mcp.airankia.com/. Accept the notice and click Add. - A window opens — sign in with your AI Rankia email and password, then Authorize.
- In any chat, click + → Connectors and toggle AI Rankia on.
Claude Desktop
- Install the bridge:
npm install -g mcp-remote - Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Mac:
- Add:
{
"mcpServers": {
"airankia": { "command": "npx", "args": ["mcp-remote", "https://mcp.airankia.com/"] }
}
}
- Restart Claude Desktop, sign in and Authorize.
Claude Code (CLI)
claude mcp add airankia --transport http https://mcp.airankia.com/
First use opens your browser to sign in.
What you can ask
- "Run 'best CRM software' and show which brands rank across AI engines."
- "Create a monitored prompt for 'best AI writing tools' targeting the US."
- "Show my brand visibility for the last 2 weeks."
- "Which websites do AI engines cite? Show the URLs."
- "How many credits do I have left?"
Claude calls the right AI Rankia tools automatically.
Other clients
The connector also works with tools like Cursor, Windsurf, Continue, Cline and Zed — add it using the same https://mcp.airankia.com/ URL (or the mcp-remote config above).
Note: Actions run through the connector use credits just like the app. See Credits & Billing ▸ How Credits Work.