MCP cover image
See in Github
2025-04-14

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

相关推荐

  • Aurity Ltd
  • Create and Publish Business Websites in seconds. AI will gather all the details about your website and generate link to your website.

  • Convincible Ltd
  • You're in a stone cell – can you get out? A classic choose-your-adventure interactive fiction game, based on a meticulously-crafted playbook. With a medieval fantasy setting, infinite choices and outcomes, and dice!

  • John Rafferty
  • Text your favorite pet, after answering 10 questions about their everyday lives!

  • Ian O'Connell
  • Provide players' names or enter Quickstart to start the game!

  • analogchat.com
  • Efficient Spotify assistant for personalized music data.

  • Matthieu Savioux
  • Evaluates language quality of texts, responds with a numerical score between 50-150.

  • Carl Oscar Aaro
  • Structured recipes for food and desserts – ingredient lists and step-by-step recipe instructions from any input. Become surprised, try something new or breathe life into grandma's old recipe notebook.

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • langgenius
  • alibaba
  • 1Panel-dev
  • 🔥1Panel提供了直观的Web接口和MCP服务器,用于在Linux服务器上管理网站,文件,容器,数据库和LLMS。

  • caio-moliveira
  • 创建该项目是为了证明我们如何与不同的模型上下文协议(MCP)连接。

  • rulego
  • ⛓️Rulego是一种轻巧,高性能,嵌入式,下一代组件编排规则引擎框架。

  • Byaidu
  • PDF科学纸翻译带有保留格式的pdf -基于ai完整保留排版的pdf文档全文双语翻译

  • AstrBotDevs
  • llm llm聊天机器人及开发框架平台支持QQ QQ QQ 频道、电报| mcp 服务器、 openai,deepseek,双子座、硅基流动、月之暗面、 ollama,

  • nbonamy
  • Witsy:桌面AI助手

  • hkr04
  • 轻巧的C ++ MCP(模型上下文协议)SDK

    Reviews

    2 (2)
    Avatar
    user_Smk6WheC
    2025-04-24

    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!

    Avatar
    user_OGecx7IT
    2025-04-24

    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!