linear-mcp

linear-mcp

3.5

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

  1. create_issue

    Create a new Linear issue or sub-issue

  2. update_issue

    Update existing Linear issues

  3. get_issue

    Get detailed information about a specific Linear issue

  4. search_issues

    Search Linear Issue using query strings and advanced filters

  5. get_teams

    Get a Linear Team List

  6. delete_issue

    Delete existing Linear issues

  7. create_comment

    Create new comments on Linear issues

  8. get_projects

    Get a Linear project list

  9. get_project_updates

    Get the project update for the given project ID

  10. create_project_update

    Create new updates for Linear projects