linear-mcp

iambrucedavis/linear-mcp
★ 0 stars TypeScript 🔌 API Integration Updated 7d ago
An opinionated MCP server for Linear — six tools that match how a senior engineer runs an issue tracker. Built in public over 14 days.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iambrucedavis/linear-mcp"
      ]
    }
  }
}