Back to MCP Servers

Linear Server

Manage Linear issues, projects, and workflows for seamless project management integration

project-managementlinearissuesworkflowcommunity

Installation

npm install -g @linear/mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub