Linear MCP Server

Create issues, manage projects, and query your Linear workspace via AI

By Community ★ 2.7K stars third-party project-management engineering

The Linear MCP Server connects Claude and other AI agents to Linear, the project management tool popular with engineering teams. Create and update issues, manage cycles, query team workload, and build AI-powered engineering workflows.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "linear-mcp-server"],
      "env": { "LINEAR_API_KEY": "your_linear_api_key" }
    }
  }
}

Config file location:

Available Tools (7)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/jerhadf/linear-mcp-server

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory