Description

MCP server that enables AI assistants to interact with Linear project management system through natural language.

Installation

npx -y mcp-linear-tacticlaunch
npm install mcp-linear-tacticlaunch
git clone https://github.com/tacticlaunch/mcp-linear

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "linear-mcp-tacticlaunch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-linear-tacticlaunch"
      ]
    }
  }
}