Linear MCP (cline)
ProductivityPrivate MCP server for accessing Linear used internally by Cline, open-sourced for community use.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"linear-mcp-cline": {
"command": "npx",
"args": [
"-y",
"linear-mcp"
]
}
}
}