Integrations
Provides tools for issue tracking and project management in Linear, allowing users to create and update issues, search and filter issues, retrieve user-assigned tasks, add comments, and access organizational information.
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
You must be authenticated.
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.
Tools
A Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.
Related Resources
Related MCP Servers
- -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 -TypeScript
- -security-license-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 -202TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.Last updated -91TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Feishu project management systems, allowing retrieval of project views and work items.Last updated -4PythonMIT License