MCP Marketplace logo
MCP
All servers
Linear

Linear

verified

Manage Linear issues, projects, and cycles.

by Linear4.9kMITupdated 1mo agoadded 1y ago

Linear MCP. Search issues, create new ones, move them between states, attach comments.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "@linear/mcp"
      ],
      "env": {
        "LINEAR_API_KEY": "lin_api_xxx"
      }
    }
  }
}

Related servers