Linear MCP
A Model Context Protocol (MCP) server for Linear, providing tools for issue tracking and project management.
Configuration
Go to Linear security settings and create an API key:
Then, configure it with the LINEAR_API_KEY
env variable:
Running the Server
Docker
And to use this in Claude Desktop, it would look like this:
Resources
Linear MCP provides access to the following resource types:
Resource | Description | Example URI |
---|---|---|
Issue | Details of a specific Linear issue | linear-issue:///a1b2c3d4 |
Team Issues | All issues for a specific team | linear-team:///ENG/issues |
User Issues | Issues assigned to a user | linear-user:///me/assigned |
Organization | Details about your Linear organization | linear-organization: |
Viewer | Information about the authenticated user | linear-viewer: |
Tools
Tool | Description |
---|---|
linear_create_issue | Create a new Linear issue with title, description, and other attributes |
linear_update_issue | Update an existing issue's properties |
linear_search_issues | Search issues using flexible filtering criteria |
linear_get_user_issues | Retrieve issues assigned to a specific user |
linear_add_comment | Add a comment to an existing issue |
Example Prompts
Creating a New Issue
Updating an Issue
Searching for Issues
Retrieving User Tasks
Adding a Comment
Organization Overview
License
Apache 2.0
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Un servidor de protocolo de contexto de modelo que se integra con Linear, lo que permite a los asistentes de IA crear, actualizar, buscar y comentar problemas para la gestión de proyectos y el seguimiento de problemas.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.Last updated -374329MIT License
- -securityFlicense-qualityA server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.Last updated -
- -securityFlicense-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.Last updated -93
- -securityAlicense-qualityA Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.Last updated -22MIT License