Install Linear MCP in Cursor (via MCP Directory)
Use this guide to connect Linear MCP to Cursor so Cursor can search, create, and update Linear issues from chat/agent workflows.
What you’ll do
- Find Linear in Cursor’s MCP Directory
- Install it (one-click install, if available)
- Authenticate with Linear
- Verify it works
Directory: https://cursor.com/docs/context/mcp/directory
Option 1 (Easiest): Install from the MCP Directory
-
Open the Cursor MCP Directory
- Go to: https://cursor.com/docs/context/mcp/directory
- Search for: Linear
-
Select Linear from the results.
-
Click the Install button (or follow the install link shown on the Linear MCP entry).
- Cursor may open a settings flow automatically.
-
Authenticate with Linear
- A browser window may open for authorization.
- Log in to the correct Linear workspace and approve access.
-
Restart Cursor (only if prompted).
Option 2 (Fallback): Add Linear MCP manually in Cursor settings
Use this if the MCP Directory install link fails, or if your org wants an explicit config.
-
Open Cursor Settings
- Press
CTRL/CMD + Shift + J:contentReference[oaicite:0]{index=0}
- Press
-
Select MCP :contentReference[oaicite:1]{index=1}
-
Select Add new global MCP server :contentReference[oaicite:2]{index=2}
-
Add this configuration and save :contentReference[oaicite:3]{index=3}
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"]
}
}
}Notes:
- Linear recommends the streamable HTTP endpoint for reliability, which is https://mcp.linear.app/mcp
- This setup uses npx, so Node.js must be available on the machine.
Verify the connection (quick test)
In Cursor chat, try one of these:
- “Search Linear for issues mentioning ‘MCP’.”
- “Find my open issues assigned to me.”
- “Open issue ABC-123 and summarize goal + next steps.”
If Cursor returns real issue keys/titles, the connection is working.
Linked workflows: GitHub PRs
For PRs that implement a Linear task, include the Linear issue ID in the PR title (e.g. AMB-19 or AI-780) so the Linear–GitHub integration can link the PR to the issue. See the Linear and GitHub rule in the repo (.cursor/rules/linear-github-branch.mdc) and GitHub CLI setup for full PR workflow.
Troubleshooting
Install/auth flow didn’t complete
- Restart Cursor and try the install again.
- Confirm you authenticated into the right Linear workspace.
MCP server keeps failing / unstable connection
- Prefer the HTTP endpoint https://mcp.linear.app/mcp (recommended by Linear)
You get an error about npx
- Install/repair Node.js so npx is available (ask a technical teammate if needed).
Reference
Linear Cursor MCP integration setup steps: https://linear.app/docs/mcp#cursor https://linear.app/integrations/cursor-mcp
Linear MCP endpoints and transport notes: https://linear.app/docs/mcp