Linear MCP Server Config
MCP ServersConnect your agent to Linear — manage issues, projects, and cycles.
1803/26/2026
json1 file
.mcp.json191 B
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-linear"],
"env": {
"LINEAR_API_KEY": "<your-api-key>"
}
}
}
}