Linear
OfficialbyLinear
The official Linear MCP server enables AI agents to interact with Linear's issue tracking system. Search issues, create new tickets, update statuses, manage projects, and streamline your development workflow directly through your AI assistant.
API Key Required
Configuration
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-linear"
],
"env": {
"LINEAR_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.