Back to directory
brs98/linear-mcp

brs98/linear-mcp

@brs98

A Model Context Protocol (MCP) server that integrates with Linear's API, allowing AI models to interact with Linear through standardized MCP tools.

linearproject-managementissue-trackingmcptypescriptapiproductivitytool

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17