Connect Claude, Cursor, Windsurf, and any MCP-compatible AI assistant to Revolink. Create smart links, update routing rules, and pull analytics — without leaving your AI chat.
Ask your AI to create a link, set its name, slug, and domain. Update routing rules mid-conversation.
create_link, update_link →Describe routing in plain language — "send iOS users to the App Store, everyone else to the website" — and let the AI wire it up.
Rule object reference →Provide a spreadsheet or a list — the AI creates up to 100 links in one shot, each with its own routing rules.
bulk_create_links →Ask about top countries, device split, or click trends for any link or the entire workspace — directly in the conversation.
get_link_analytics →Revolink supports two authentication methods. Pick the one that fits your use case.
Claude MCP).links:read · links:write · links:delete · links:bulk · analytics:read⚠️ A key with MCP enabled but no scopes selected will be rejected with 403.
Pick your client below. Replace YOUR_API_KEY with the key from step 1, then restart the client.
// Open via: Claude menu → Settings → Developer → Edit Config
// (creates the file automatically if it doesn't exist)
{
"mcpServers": {
"revolink": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.revolink.link/apiv1/mcp",
"--header",
"X-Api-Key:YOUR_API_KEY"
]
}
}
}After saving, restart Claude Desktop. The Revolink tools will appear in the toolbar.
Note: Claude Desktop uses stdio transport — mcp-remote acts as a local bridge to the Revolink HTTP MCP server.
Note: claude.ai (web browser) does not support API key auth for MCP — use the instead, or use Claude Desktop / Claude Code. See the full reference for all available tools and permissions.
Once connected, just describe what you need:
"Create a link called App Download — send iOS users to the App Store, Android to Google Play, everyone else to the website."
"Show me all links tagged summer-sale in this workspace."
"Update link X — add a rule that redirects German visitors to de.example.com."
"What were the top countries for link X last week?"