2026-03-04 · 4 min read
When Claude is connected to Linear, you can manage your entire project workflow through conversation:
You stop context-switching. You stop hunting through boards. You just tell Claude what you need and it happens.
The first time you set it up, it works beautifully. Then the next day — or sometimes just hours later — the connection breaks. Linear's OAuth tokens expire, and Claude cannot refresh them automatically.
You have to manually disconnect the Linear connector, reconnect it, and re-authorize. On mobile, this means switching to a browser entirely. Some users report needing to do this multiple times per day.
The magic disappears fast when you spend more time fixing the connection than using it.
Bindify acts as a permanent bridge between Claude and Linear. You authenticate once with Linear through Bindify, and Bindify handles token refresh forever after.
Claude gets a secret URL that never expires. No OAuth tokens for Claude to lose. No re-authentication. It just works — days, weeks, months later.
Sign up at app-stg.bindify.dev. Free 24-hour trial, no credit card.
Click "Add Connection" and select Linear. Authorize Bindify to access your workspace. This is the only time you will authenticate.
Copy your secret URL from the dashboard, then add it to your Claude client:
Go to Settings > Connectors > Add custom connector and paste your secret URL.
Or edit the config file:
{
"mcpServers": {
"linear": {
"url": "https://api-stg.bindify.dev/s/{connection-id}/{secret}/sse"
}
}
}
claude mcp add linear \
--transport sse \
"https://api-stg.bindify.dev/s/{connection-id}/{secret}/sse"
Start a new conversation and ask Claude to do something with Linear. It will just work — permanently.
Linear auth issues with Claude are widely reported:
Read more: Fix: Claude Linear Auth Error
24-hour free trial. No credit card required.