Linear
Freeby MCP Community
Custom Linear MCP Server with optimized GraphQL queries for AI context efficiency.
v1.2.1Added Apr 12, 2026
Linear MCP Server
Custom Linear MCP Server with optimized GraphQL queries for AI context efficiency.
Installation
Reviews
Installation
Quick install
npx -y @hatcloud/linear-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@hatcloud/linear-mcp"]
}
}
}