Before you start
1
Confirm API access is on your plan
MCP access requires a Pro or Enterprise plan. Check Settings → API Keys in your Tanvik dashboard — if you don’t see the API Keys page, your plan doesn’t include it yet.
2
Generate an API key
On Settings → API Keys, generate a key (
tvk_live_...) if you don’t already have one. You’ll paste this during authorization. See Authentication for details on keys.The MCP server URL
Add this as a custom connector in Claude:Add the connector in Claude
The exact menu labels vary slightly by Claude client and change over time, but the flow is the same:1
Open connector settings
In Claude, go to Settings → Connectors (on some clients this is under a “Custom connectors” or “Add integration” option).
2
Add a custom connector
Choose to add a custom / remote MCP server and paste the server URL above. Give it a recognizable name like Tanvik.
3
Authorize
Claude opens the Tanvik authorization page. Paste your
tvk_... API key and click Authorize. This completes an OAuth 2.1 handshake — Claude receives an authorization token, and your raw key isn’t stored inside Claude.4
Confirm the connection
Back in Claude, the connector should show as connected, and Tanvik’s tools become available to the assistant. You can also verify from Settings → API Keys in your Tanvik dashboard, which has a “Test connection” button.
Custom connector support depends on your Claude plan. If you don’t see an option to add a custom or remote MCP server, check that your Claude plan supports connectors.
What happens during authorization
For the curious, the connection uses standard OAuth 2.1 with PKCE:- Claude registers itself with Tanvik’s authorization server (dynamic client registration) and redirects you to the Tanvik authorization page.
- You paste your
tvk_...key to prove you own the workspace. - Tanvik issues a short-lived authorization code, which Claude exchanges for a token.
- Claude uses that token on every request to the MCP server; each request is still resolved back to your specific client account server-side.