Skip to content

Linear

Free

by Indie Developer

Manage issues, projects, and sprints in Linear from your AI development workflow.

v0.8.0Added Jan 15, 2025
linearissuesagile
Works with:ClaudeGPTGeminiCopilot

Linear MCP Server

Manage issues, projects, and sprints in Linear from your AI development workflow.

Features

  • Issue CRUD
  • Project management
  • Sprint cycles
  • Teams
  • Labels & States

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-linear
Add to claude_desktop_config.json
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "mcp-linear"]
    }
  }
}