$ timeahead.in
/ servers/npm/mcp-server-linear
npm

mcp-server-linear

An MCP server for interacting with Linear's API, providing tools for managing issues, projects, and teams

2 stars2k/wkupdated 426d agogithub ↗
62fair
▣ Overview

What it does

An MCP server that bridges Claude and Linear's API, exposing tools to create, update, delete, search, and comment on issues; manage projects and milestones; organize issues into parent-child hierarchies; and handle team metadata. It authenticates via personal access tokens or developer tokens and supports working with multiple Linear workspaces simultaneously by prefixing tool names.

Who it's for

Engineers and teams using Linear for issue tracking who want to automate workflows through Claude or Cline. Particularly useful for teams managing multiple Linear workspaces or developers who prefer to create, update, and search issues from within their AI assistant rather than the Linear UI.

Common use cases

  • Create, update, and bulk-delete Linear issues from Claude
  • Search and filter issues by title, team, or project
  • Build hierarchical issue structures with parent and sub-issues
  • Manage project milestones and work across multiple Linear workspaces
  • Comment on and resolve issues programmatically

Setup pitfalls

  • Requires a Linear API token (developer or personal) stored in the LINEAR_ACCESS_TOKEN environment variable — handle as a secret and regenerate if leaked.
  • Cline MCP config path varies by OS: macOS uses ~/Library/Application Support/Code/, Windows uses %APPDATA%/Code/, and Linux uses ~/.config/Code/.
  • Parent-issue relationships require the parent's UUID, not its identifier like "ENG-123".
  • The server reads the filesystem and has no active CI — test locally before relying on complex workflows.
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
40
10.0
Adoption
20%
44
8.7
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
61.7
⚿ Capabilities & Risk Explainer
fs readnetworksecrets
◆ Risk level: medium
fs read + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-linear": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-linear"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
12/ 100 · is this project alive?
contributors (1y)0
top contributor share0%
releases (1y)0
ci✗ none
⛁ Raw data
weekly downloads2k
github stars2
forks9
open issues5
license✓ present
readme length6661 chars
last publish183d ago
last commit426d ago
last updated1h ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
mcp-server-linear — MCP Score: 62/100 | MCPScore | Timeahead