Back to directory
jerhadf/linear-mcp-server

jerhadf/linear-mcp-server

@jerhadf

A server that integrates Linear's project management system with Model Context Protocol to allow LLMs to interact with Linear.

linearproject-managementissue-trackingmcpjavascriptapiproductivitytool

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/13