Manage Linear issues, projects, and cycles with AI
The official Linear MCP Server lets your AI assistant manage issues, projects, and cycles in Linear. Create issues, update status, search across projects, and triage backlogs through natural language.
Built and maintained by Linear, this server connects to your Linear workspace using an API key. It supports full issue lifecycle management including creation, updates, comments, and status transitions.
Perfect for engineering teams that use Linear for project management and want AI-assisted issue triage, sprint planning, and workflow automation.
Add this to your MCP configuration file:
{
"mcpServers": {
"linear": {
"env": {
"LINEAR_API_KEY": "<your-api-key>"
},
"args": [
"-y",
"@linear/mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!