// Documentation

Step-by-step guides to connect your services to Claude via Bindify.

// API key support

Many service providers offer API keys for reliable, long-lived authentication — and some, like Atlassian, only support API keys. Most AI chat tools, including Claude.ai, ChatGPT, and their mobile apps, can't use API keys directly. Bindify securely stores your API key and gives you a magic URL that works in any AI chat client — desktop or mobile — so you can connect instantly without manual configuration.

// Setup guides

// Quick start

Every service follows the same four steps:

1. Sign up at app.bindify.dev
2. Click "Connect" on your chosen service
3. Authorize the service (one-time OAuth)
4. Copy your secret MCP URL into Claude

Select a service above for detailed instructions, including the exact Claude Desktop JSON config and Claude Code CLI commands.

// General troubleshooting

Connection shows "error" status in dashboard
Click "Re-authorize" on the connection card. This refreshes the OAuth token with the upstream service. Your secret URL stays the same.
Claude says the MCP server is not responding
Check the Bindify dashboard to confirm the connection is active. If it shows active, verify the URL in your Claude config matches exactly, including the trailing /sse path.
I want to use a different account for a service
Revoke the existing connection in your dashboard, then connect again. You will be prompted to authorize with the service, where you can choose a different account.
My connection stopped working after a long time
API key and client-side keys connections expire after 1 year for security. Click "Re-authorize" or re-enter your credentials from the dashboard. OAuth connections with managed refresh are not affected — they renew automatically.