Linear
Freeby MCP Community
Model Context Protocol (MCP) server for Linear task management system
v0.1.4Added Apr 12, 2026
linearmcpclaudeaitask-management
Linear MCP Server
Model Context Protocol (MCP) server for Linear task management system
Installation
Reviews
Installation
Quick install
npx -y @larryhudson/linear-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@larryhudson/linear-mcp-server"]
}
}
}