Some example prompts you can use with Claude Desktop to interact with Linear:
"Show me all my high-priority issues" execute the search_issues tool and/or linear-user:///{userId}/assigned to find issues assigned to you with priority 1
"Based on what I've told you about this bug already, make a bug report for the authentication system" use create_issue to create a new high-priority issue with appropriate details and status tracking
"Find all in progress frontend tasks" use search_issues to locate frontend-related issues with in progress task
"Give me a summary of recent updates on the issues for mobile app development" use search_issues to identify the relevant issue(s), then linear-issue:///{issueId} fetch the issue details and show recent activity and comments
"What's the current workload for the mobile team?" combine linear-team:///{teamId}/issues and search_issues to analyze issue distribution and priorities across the mobile team
Development
Install dependencies:
Configure Linear API key in .env:
Build the server:
For development with auto-rebuild:
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Some example prompts you can use with Claude Desktop to interact with Linear:
"Show me all my high-priority issues" execute the search_issues tool and/or linear-user:///{userId}/assigned to find issues assigned to you with priority 1
"Based on what I've told you about this bug already, make a bug report for the authentication system" use create_issue to create a new high-priority issue with appropriate details and status tracking
"Find all in progress frontend tasks" use search_issues to locate frontend-related issues with in progress task
"Give me a summary of recent updates on the issues for mobile app development" use search_issues to identify the relevant issue(s), then linear-issue:///{issueId} fetch the issue details and show recent activity and comments
"What's the current workload for the mobile team?" combine linear-team:///{teamId}/issues and search_issues to analyze issue distribution and priorities across the mobile team
Development
Install dependencies:
Configure Linear API key in .env:
Build the server:
For development with auto-rebuild:
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.