Connect Kolvera to Claude
Access 100+ recruitment BD tools through natural language in Claude Desktop, Claude Code, or claude.ai
What You Can Do
Once connected, you can talk to Kolvera through Claude in plain English. No forms, no clicks — just describe what you need.
Easiest: connect with just the URL
RecommendedOn claude.ai and Claude Desktop, add Kolvera as a custom connector. Claude registers itself automatically — you just sign in to Kolvera once to authorise. No API token, no config file.
https://mcp.kolvera.io/mcp
- Open Settings → Connectors in Claude
- Click Add custom connector and paste the URL above
- Sign in to Kolvera and Authorise — Kolvera's tools appear in Claude
Using Claude Code, Cursor or Windsurf? Those use a token — follow the token setup below.
Token setup (Claude Code, Cursor, Windsurf)
For clients that don't yet support one-click connectors, authenticate with an API token.
Step 1: Create an API Token
- Log in to Kolvera → Settings → API Tokens
- Click Create Token and give it a name (e.g. "Claude")
- Copy the
kv_...token — you'll only see it once
Step 2a: Claude Desktop (Mac & Windows)
- Open Claude Desktop → Settings → Developer → Edit Config
- Add Kolvera to your
claude_desktop_config.json:
{
"mcpServers": {
"kolvera": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.kolvera.io/mcp?token=YOUR_KV_TOKEN"
]
}
}
}
- Replace
YOUR_KV_TOKENwith thekv_...token from Step 1 - Restart Claude Desktop
- You should see Kolvera tools available in the tools menu
npx mcp-remote bridge handles the connection — no other installation needed.
Step 2b: Claude Code (CLI / VS Code / JetBrains)
- Create a
.mcp.jsonfile in your project root (or home directory):
{
"mcpServers": {
"kolvera": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.kolvera.io/mcp?token=YOUR_KV_TOKEN"
]
}
}
}
- In Claude Code, run
/mcpto connect - Kolvera tools will appear in your tool list
Step 2c: claude.ai (Web)
On claude.ai you don't need an API token — add Kolvera as a custom connector and authorise with a single Kolvera sign-in (see the one-click method at the top of this page).
- Open Settings → Connectors in claude.ai
- Click Add custom connector
- Paste the connector URL and continue:
https://mcp.kolvera.io/mcp
- Sign in to Kolvera and Authorise the scopes — done
https://mcp.kolvera.io/mcp, and click Add.
Step 3: Try It
Once connected, try these prompts in Claude:
Download the full MCP Prompt Guide
A 10-phase playbook — business context to live campaign — with copy-paste prompts and the exact tools Claude calls at each step. Add it to your Claude Project's knowledge so Claude keeps the full workflow and tool cheat sheet on hand in every chat.
100+ Tools Available
Every feature in the Kolvera dashboard is accessible through MCP. Key tool categories:
Full API documentation: API & Integrations Guide
FAQ
No. MCP access is included on all plans, including the free trial. You use your existing Kolvera credits — enrichment, research, and campaigns are charged at standard rates (2cr email, 6cr phone, 3cr research).
Claude Pro, Team, and Enterprise plans support MCP integrations. Claude Desktop and Claude Code are available on all paid plans.
Yes. The MCP server uses token-based authentication. Each request is authenticated and isolated to your tenant. No data is shared between accounts. The server runs in Sydney (ap-southeast-2) alongside your Kolvera data.
In Claude Code, run /mcp to reconnect. In Claude Desktop, restart the app. Connections can drop during server updates (usually <30 seconds).
Yes. The MCP server uses the open Model Context Protocol standard. It works with any MCP-compatible client including Cursor, Windsurf, Cline, and custom applications.
Don't have a Kolvera account yet?
14-day free trial, 50 credits included, no credit card required.
Start Free Trial