Linear
Freeby Indie Developer
Manage issues, projects, and sprints in Linear from your AI development workflow.
v0.8.0Added Jan 15, 2025
linearissuesagile
Linear MCP Server
Manage issues, projects, and sprints in Linear from your AI development workflow.
Features
- Issue CRUD
- Project management
- Sprint cycles
- Teams
- Labels & States
Installation
{
"mcpServers": {
"linear-mcp": {
"command": "npx",
"args": ["-y", "mcp-linear"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-linear
Add to claude_desktop_config.json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "mcp-linear"]
}
}
}