project-management
Linear MCP
48
Community
Manage Linear issues, projects, cycles, and teams. Create, update, and search issues directly from your AI editor.
3444.3k/wk5.2K tokens(3%)9mo ago
Network
linearissuesproject-managementtracking
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"linear-mcp": {
"command": "npx",
"args": [
"-y",
"linear-mcp"
],
"env": {
"LINEAR_API_KEY": "YOUR_LINEAR_API_KEY"
}
}
}
}