MCP server

Linear

MCP

Issues and cycles, without a second tracker.

Linear’s official MCP. Remote. The agent lists, files, and comments in the workspace you connect.

latest·Proprietary·Updated this month·Transport: sse

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

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

By Linear

Spec

What the server actually exposes.

  • list_issues

    read

    Issues in the current cycle.

  • create_issue

    write

    File an issue in a team.

  • update_issue

    write

    Status, cycle, or assignee.

Guardrails

  • OAuth workspace
  • Writes stay in Linear
  • No second tracker

linear-mcp.mcp/tools

Tools

  • list_issues

    Issues in the current cycle.

    read
  • create_issue

    File an issue in a team.

    write
  • update_issue

    Status, cycle, or assignee.

    write

Last call

{ "ok": true,
  "tool": "list_issues",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.