Home/Servers/Linear MCP Server

Linear MCP Server

by Linear ยท โญ 1.1k stars ยท updated 1 months ago

Project management and issue tracking with Linear. Create issues, update tasks, manage cycles, query projects, and track team progress through your AI assistant.

83
Very Good

Quality Score Breakdown

maintenance85/100
community81/100
documentation84/100
compatibility82/100

Use Cases

  • โœ“create Linear issues
  • โœ“update task status
  • โœ“manage projects
  • โœ“track team progress

โšก One-Click Install Configs

Copy the config below and paste it into your AI client's config file.

๐Ÿค– Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "@linear/mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
      }
    }
  }
}
โšก Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "@linear/mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
      }
    }
  }
}
๐Ÿ’™ VS Code
.vscode/mcp.json
{
  "mcp": {
    "servers": {
      "linear": {
        "command": "npx",
        "args": [
          "-y",
          "@linear/mcp-server"
        ],
        "env": {
          "LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
        }
      }
    }
  }
}
โ† Back to all servers