Linear MCP Model Context Protocol server

Linear MCP

Manage Linear issues, cycles, and projects

Linear·
Featured
·No reviews yet
Docs
Share:

About

Read, create, and update Linear issues, cycles, and projects. Search issues with Linear's filter syntax, add comments, transition status, assign teammates, and pull sprint/cycle data. Uses your Linear API key; scoped to workspaces the key can see.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Linear MCP

Server URL

https://mcp.linear.app/sse

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "linear": {
      "url": "https://mcp.linear.app/sse",
      "transport": "sse",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "linear": {
      "url": "https://mcp.linear.app/sse"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "linear": {
      "type": "sse",
      "url": "https://mcp.linear.app/sse"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.