linear-mcp
If you are the rightful owner of linear-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation that provides access to Linear's issue tracking system through a standardized interface.
The Linear MCP Server is a robust implementation of the Model Context Protocol (MCP) that facilitates seamless interaction with Linear's issue tracking system. It offers a standardized interface for creating, updating, and managing issues, projects, and comments within Linear. The server is built using TypeScript and leverages Linear's official SDK to ensure type-safe operations and comprehensive error handling. It supports advanced search capabilities, allowing users to filter issues by various criteria, including cycle, priority, and assignee. The server also includes features for managing project updates, handling rate limits, and synchronizing labels. With support for self-assignment using the 'me' keyword and efficient data transformation, the Linear MCP Server is designed to optimize workflow management and enhance productivity.
Features
- Create new issues and subissues with label support
- Retrieve the list of linear projects
- Advanced search with Linear's powerful filtering capabilities
- Type-safe operations using Linear's official SDK
- Comprehensive error handling
Tools
create_issue
Create a new Linear issue or sub-issue
update_issue
Update existing Linear issues
get_issue
Get detailed information about a specific Linear issue
search_issues
Search Linear Issue using query strings and advanced filters
get_teams
Get a Linear Team List
delete_issue
Delete existing Linear issues
create_comment
Create new comments on Linear issues
get_projects
Get a Linear project list
get_project_updates
Get the project update for the given project ID
create_project_update
Create new updates for Linear projects