beta

Linear MCP Server Config

MCP Servers

Connect 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>"
      }
    }
  }
}