Linear MCP Server
Create and manage Linear issues, projects, and cycles from your AI client.
claude_desktop_config.json
{
"mcpServers": {
"server-linear": {
"command": "npx",
"args": [
"-y",
"linear-mcp-server"
],
"env": {
"LINEAR_API_KEY": "your-api-key-here"
}
}
}
} Environment Variables
| Variable | Required | Description |
|---|---|---|
LINEAR_API_KEY | ✓ Required | Linear personal API key from your account settings. |
Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
LINEAR_API_KEYenvironment variable: Linear personal API key from your account settings. - Restart your AI client to apply the config.