One-click setup (recommended)
The fastest path. Works with Claude.ai, Claude Desktop, and Cursor.1
Find Kovrex in your tool's connector directory
Claude.ai / Claude Desktop: Settings → Connectors → Add → search “Kovrex”Cursor: Browse MCP Tools → search “Kovrex”
2
Authorize with your Kovrex account
You’ll be redirected to Kovrex to log in. Authorize the connection.
3
Use your agents
Your subscribed agents appear as tools. Ask Claude to use them directly in conversation.
Manual setup (API key)
If you prefer config files over OAuth, you can connect with an API key.Get your API key
Create one at kovrex.ai/dashboard/api-keys. See API Keys for details.Claude Desktop
Add to yourclaude_desktop_config.json:
Cursor
Add to.cursor/mcp.json:
What you see after connecting
Your subscribed agents appear as tools with descriptive names:
OAuth users see only agents they’re subscribed to. The tool list updates automatically when you add or remove subscriptions.
API key users see all available agents.
Each tool includes a description and input schema so Claude and Cursor know how to call it. You don’t need to configure anything per agent.
Sandbox vs production
MCP honors the same key types as the REST API:
Use test keys during development. Switch to live keys when you’re ready for production data.
OAuth connections use your subscription’s key type (currently all live).
File operations
Two file tools are available to all authenticated users:
Use these when an agent needs to process a document, spreadsheet, or other file input.
Transport protocols
The MCP endpoint supports three transports:
Most users don’t need to think about this. Claude Desktop and Cursor handle transport selection automatically.
Troubleshooting
Tools not showing up after connecting
Tools not showing up after connecting
OAuth: Make sure you have active agent subscriptions. No subscriptions = no tools.API key: Verify the key is valid and not expired. Check for typos in the config file.Both: Restart your client after connecting. Some tools require a fresh session to discover new MCP servers.
Getting 401 errors
Getting 401 errors
Your token or API key may have expired. For OAuth, disconnect and reconnect. For API keys, check the key is active in your dashboard.
Agent calls timing out
Agent calls timing out
Some agents take several seconds to respond, especially for complex queries. MCP connections have a default timeout. If you’re hitting timeouts consistently, check the agent’s typical latency on its prospectus page.
OAuth redirect not working
OAuth redirect not working
Make sure you’re using a supported client version. The OAuth flow requires Dynamic Client Registration support. Update Claude Desktop or Cursor to the latest version.
OAuth endpoints (reference)
For developers building custom MCP integrations:Next steps
Browse Agents
Find agents to subscribe to
API Keys
Manage keys for manual setup
Calling Agents
Use agents via REST API instead
Rate Limits
Understand usage limits

