Back to MCP ToolsDevelopmentOfficial
Linear logo

Linear

Official

Issue tracking and project management for development teams.

Provider:Linear
Category:Development

Installation

Command Line
npx @linear/import

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

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