About
Overview
The Linear MCP Server enables AI agents to interact with Linear, the modern project management tool for software teams. It provides tools for creating and updating issues, managing projects and cycles, searching across the workspace, and working with team workflows and priorities.
Capabilities
Tools & Capabilities
⚡create_issue
Create a new Linear issue
⚡update_issue
Update an existing issue
⚡search_issues
Search issues across the workspace
⚡list_projects
List all projects
⚡list_teams
List all teams
⚡get_issue
Get details of a specific issue
Setup
Installation
bash
Install
npx -y linear-mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "linear-mcp-server"],
"env": {
"LINEAR_API_KEY": "lin_api_your-key"
}
}
}
}Quick Info
Authorjerhadf
LanguageTypeScript
StatusStable
Stars★ 250
Last UpdatedFeb 12, 2026