Content
1// ── Claude Code ──────────────────────────────────────────────────────────────
2// claude mcp add --transport http linear https://mcp.linear.app/mcp
3//
4// ── Claude Desktop (via mcp-remote) ──────────────────────────────────────────
5{
6 "mcpServers": {
7 "linear": {
8 "command": "npx",
9 "args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"]
10 }
11 }
12}
13
14// ── Setup ────────────────────────────────────────────────────────────────────
15// Uses OAuth — Claude opens a browser window to authorize your Linear account
16// on first use. No API key needed.
17//
18// Official docs: https://linear.app/docs/mcp
19//
20// ── Available tools ──────────────────────────────────────────────────────────
21// linear_create_issue create a new issue
22// linear_update_issue update title, description, status, assignee
23// linear_search_issues search issues by keyword or filter
24// linear_get_issue get full issue details by ID
25// linear_list_projects list all projects in the workspace
26// linear_list_teams list teams and their members
27// linear_get_my_issues fetch issues assigned to the current user
28