Linear MCP (cosmix)
ProductivityCommunity MCP server for Linear with full issue and project management capabilities.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"linear-mcp-cosmix": {
"command": "npx",
"args": [
"-y",
"linear-mcp"
]
}
}
}