★ 0 stars
Python
🔌 API Integration
Updated today
MCP server wrapping Linear's GraphQL API. Full surface coverage of issues, projects, initiatives, milestones, cycles, documents, attachments, and labels, with fuzzy resolution everywhere.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"linear-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add linear-mcp uvx linear-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"linear-mcp": {
"command": "uvx",
"args": [
"linear-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install linear-mcp
README Excerpt
<p align="center"> <img src="docs/assets/logo.svg" alt="linear-mcp" width="640"> </p> <p align="center"> <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg"></a> <img alt="Python 3.10+" src="https://img.shields.io/badge/python-3.10%2B-blue.svg"> <img alt="Status: alpha" src="https://img.shields.io/badge/status-alpha-orange.svg">
Tools (20)
LINEAR_ALLOWED_TEAM_KEYS LINEAR_API_KEY comment_create document_content document_search initiative_description issue_attach issue_comments issue_get issue_history issue_list issue_search issue_subscribe issue_transition mcpServers project_create project_description project_search project_update_create team_list