Linear MCP Server Config
MCP ServersConnect your agent to Linear — manage issues, projects, and cycles.
2003/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
MCP Server Config
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-linear"],
"env": {
"LINEAR_API_KEY": "<your-api-key>"
}
}
}
}