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

  1. Log in to Linear and navigate to Settings > Account > Developer > Personal API Keys.
  2. Create a new API Key, copy it, and keep it safe.
  3. Edit your claude_desktop_config.json to register the Linear server:
    {
      "mcpServers": {
        "linear": {
          "command": "npx",
          "args": ["-y", "@modelcontextprotocol/server-linear"],
          "env": {
            "LINEAR_API_KEY": "lin_api_yourLinearApiKeyHere"
          }
        }
      }
    }
  4. Restart Claude Desktop to enable query access on Linear tickets.
Verified against: Linear MCP Server v0.5.1