Add to Claude Code
257 addsAdd this MCP server to Claude Code.
Name: Linear MCP
Merge into: ~/.claude/mcp.json under mcpServers
---
// ── Claude Code ──────────────────────────────────────────────────────────────
// claude mcp add --transport http linear https://mcp.linear.app/mcp
//
// ── Claude Desktop (via mcp-remote) ──────────────────────────────────────────
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"]
}
}
}
// ── Setup ────────────────────────────────────────────────────────────────────
// Uses OAuth — Claude opens a browser window to authorize your Linear account
// on first use. No API key needed.
//
// Official docs: https://linear.app/docs/mcp
//
// ── Available tools ──────────────────────────────────────────────────────────
// linear_create_issue create a new issue
// linear_update_issue update title, description, status, assignee
// linear_search_issues search issues by keyword or filter
// linear_get_issue get full issue details by ID
// linear_list_projects list all projects in the workspace
// linear_list_teams list teams and their members
// linear_get_my_issues fetch issues assigned to the current user
Paste into Claude Code to connect this MCP server.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will connect the MCP server in your settings.
Target: .claude/mcp.json → mcpServers