
MCP lineal
3 years
Works with Finder
3
Github Watches
0
Github Forks
3
Github Stars
Linear MCP Server
A Model Context Protocol (MCP) server that integrates with Linear's API, allowing AI models to interact with Linear through standardized MCP tools.
Quick Start for AI Integrations
Integration with Claude and Cursor
You can integrate this MCP server with Claude Desktop or Cursor by adding it to your configuration file:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@brs98/linear-mcp"],
"env": {
"LINEAR_API_KEY": "<your-linear-api-key>"
}
}
}
}
To use only specific tools, modify the args
field:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@brs98/linear-mcp", "--tools=issues,projects,teams"],
"env": {
"LINEAR_API_KEY": "<your-linear-api-key>"
}
}
}
}
This configuration allows Claude and other AI assistants to interact with your Linear instance directly through the MCP server.
Docker Integration
For Docker-based usage with Claude Desktop or Cursor:
{
"mcpServers": {
"linear": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"LINEAR_API_KEY=<your-linear-api-key>",
"brs98/linear-mcp:latest"
]
}
}
}
You can pass the same CLI options as with the npx version by adding them to the end of the args array:
{
"mcpServers": {
"linear": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"LINEAR_API_KEY=<your-linear-api-key>",
"brs98/linear-mcp:latest",
"--tools=issues,projects,teams"
]
}
}
}
CLI Options Reference:
Option | Description |
---|---|
--tools , -t |
Specify which tools to include (comma-separated) |
--no-issues |
Exclude issue tools |
--no-comments |
Exclude comment tools |
--no-labels |
Exclude label tools |
--no-teams |
Exclude team tools |
--no-projects |
Exclude project tools |
--no-users |
Exclude user tools |
--issues-only |
Include only issue tools |
--comments-only |
Include only comment tools |
--labels-only |
Include only label tools |
--teams-only |
Include only team tools |
--projects-only |
Include only project tools |
--users-only |
Include only user tools |
--verbose , -v |
Enable verbose logging |
--help , -h |
Show help message |
Features
- Get and search Linear issues
- Create, update, and delete issues
- Manage issue properties (labels, assignees, priority)
- Work with issue comments
- Team management operations
- Project management capabilities
- Full integration with Linear's GraphQL API
Requirements
- Node.js 18+ or Docker (for local installation)
- Linear API key
Available Tools
Issue Operations - issues
-
getIssue
- Get a specific issue by ID -
getIssues
- Get a list of issues -
createIssue
- Create a new issue -
updateIssue
- Update an existing issue -
deleteIssue
- Delete an issue -
createIssueBatch
- Create multiple issues in a batch
Comment Operations - comments
-
getComments
- Get comments for an issue -
createComment
- Add a comment to an issue
Label Operations - labels
-
getLabels
- Get all available labels -
addIssueLabel
- Add a label to an issue -
removeIssueLabel
- Remove a label from an issue
Team Operations - teams
-
getTeamById
- Get a specific team by ID -
getTeams
- Get a list of teams
Project Operations - projects
-
getProject
- Get a specific project by ID -
getProjects
- Get a list of projects -
getProjectUpdate
- Get a specific project update -
getProjectUpdates
- Get all project updates -
createProject
- Create a new project -
createProjectUpdate
- Create a project update
User Operations - users
-
getUserById
- Get a specific user by ID -
getUsers
- Get a list of users
License
MIT
相关推荐
🔥 1Panel proporciona una interfaz web intuitiva y un servidor MCP para administrar sitios web, archivos, contenedores, bases de datos y LLM en un servidor de Linux.
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
⛓️Rulego es un marco de motor de regla de orquestación de componentes de alta generación de alto rendimiento, de alto rendimiento y de alto rendimiento para GO.
Traducción de papel científico en PDF con formatos preservados - 基于 Ai 完整保留排版的 PDF 文档全文双语翻译 , 支持 支持 支持 支持 支持 支持 支持 支持 支持 支持 支持 支持 等服务 等服务 等服务 提供 提供 提供 提供 提供 提供 提供 提供 提供 提供 提供 提供 cli/mcp/docker/zotero
Cree fácilmente herramientas y agentes de LLM utilizando funciones Plain Bash/JavaScript/Python.
😎简单易用、🧩丰富生态 - 大模型原生即时通信机器人平台 | 适配 Qq / 微信(企业微信、个人微信) / 飞书 / 钉钉 / Discord / Telegram / Slack 等平台 | 支持 Chatgpt 、 Deepseek 、 DiFy 、 Claude 、 Gemini 、 Xai 、 PPIO 、 Ollama 、 LM Studio 、阿里云百炼、火山方舟、 Siliconflow 、 Qwen 、 Moonshot 、 Chatglm 、 SillyTraven 、 MCP 等 LLM 的机器人 / Agente | Plataforma de bots de mensajería instantánea basada en LLM, admite Discord, Telegram, WeChat, Lark, Dingtalk, QQ, Slack
Iniciar aplicaciones de múltiples agentes empoderadas con Building LLM de manera más fácil.
Reviews

user_Smk6WheC
I recently started using the linear-mcp by brs98 and it has significantly improved my workflow. The user interface is intuitive and the functionality is robust. Highly recommend this if you are looking for a reliable MCP application!

user_OGecx7IT
I recently started using Linear-MCP by brs98 and it's amazing! The user interface is intuitive and it seamlessly integrates with my workflow. The efficiency and performance boost this application provides are substantial. Highly recommend it to anyone looking for a reliable solution. The support and updates are also very impressive. Definitely a top-notch product!