Project Management
Linear
Official Linear MCP server for managing issues, projects, and team workflows.
Install
npx -y @anthropic-ai/mcp-linear
The Linear MCP server enables AI agents to interact with Linear's project management platform. Create and manage issues, track projects, and coordinate team workflows through natural language.
## Capabilities
- **Issues** — Create, update, assign, and search issues with filters
- **Projects** — List projects, track progress, and manage milestones
- **Teams** — Access team information and member lists
- **Comments** — Add and read issue comments
- **Cycles** — Manage sprints and cycle assignments
- **Labels** — Create and apply labels for organization
- **Views** — Access custom views and filters
## Usage
```json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-linear"]
}
}
}
```
## Authentication
1. Go to Linear → Settings → API
2. Create a personal API key
3. Set the `LINEAR_API_KEY` environment variable