MCP & Connectors
How do you connect Claude to Linear via MCP?
QUICK ANSWER
To connect Claude to Linear, generate an API access token in your Linear account developer settings and configure the official Linear MCP server in your Claude Desktop configuration.
Step-by-step Connection
- Log in to Linear and navigate to Settings > Account > Developer > Personal API Keys.
- Create a new API Key, copy it, and keep it safe.
- Edit your
claude_desktop_config.jsonto register the Linear server:{ "mcpServers": { "linear": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-linear"], "env": { "LINEAR_API_KEY": "lin_api_yourLinearApiKeyHere" } } } } - Restart Claude Desktop to enable query access on Linear tickets.
Verified against: Linear MCP Server v0.5.1