Linear MCP
Install
npx @linear/mcp-server
About
Manage Linear issues, projects, and cycles through MCP. Create tickets, update status, assign team members, and track progress. The best project management integration for AI dev agents.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"linear-mcp": {
"command": "npx @linear/mcp-server"
}
}
}