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.
Official first-party server from Linear. Uses API keys with workspace-scoped access. Well-maintained.
5 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"@linear/mcp-server"
],
"env": {
"LINEAR_API_KEY": "<your-api-key>"
}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.