Skip to content
Cursor

Linear MCP (multi-workspace, PAT auth) for Cursor

io.github.adelaidasofia/linear-mcp

Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in.

client:Cursor transport:stdio runtime:pypi

Install Linear MCP (multi-workspace, PAT auth) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "linear-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adelaidasofia-linear-mcp"
      ],
      "env": {
        "LINEAR_PAT": "<LINEAR_PAT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Linear MCP (multi-workspace, PAT auth) in other clients