L

Linear MCP Server

Create and manage Linear issues, projects, and cycles from AI agents.

open-source 52/100 Productivity linear project-management issues agile tracking

A Model Context Protocol server for the Linear project management tool. Enables AI agents to create, update, and search issues, manage projects and cycles, and interact with Linear teams.

Provides full CRUD operations on Linear issues with support for labels, assignees, priorities, and custom fields.

Install

npx -y linear-mcp-server

MCP Client Config

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "linear-mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "<your-api-key>"
      }
    }
  }
}

Required Environment Variables

  • LINEAR_API_KEY

Capabilities

Tools

create_issueupdate_issuesearch_issueslist_teamsget_issue

Compatible With

Claude Desktop Claude Code Cursor

Metrics

320

GitHub Stars

5,200

Installs

420

Weekly

7

Open Issues