linear-mcp-server

linear-mcp-server

3.3

If you are the rightful owner of linear-mcp-server 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.

This is a Model Context Protocol (MCP) server for Linear, allowing Claude to interact with Linear's API to manage teams, issues, projects, and cycles.

The Linear MCP Server is designed to facilitate seamless interaction with Linear's API, enabling users to manage various aspects of their projects such as teams, issues, projects, and cycles. By leveraging the Model Context Protocol, this server allows for efficient communication and data retrieval from Linear, making it easier to automate and streamline project management tasks. The server is built using TypeScript and the Linear SDK, ensuring robust and secure operations. Users can install the server via the Cline MCP Marketplace, configure it with their Linear credentials, and verify the setup to ensure proper functionality. The server supports a range of operations including fetching teams, searching and managing issues, retrieving cycles, and handling projects, all through a set of well-defined tools.

Features

  • linear_get_teams: Get all teams with their states and labels
  • linear_search_issues: Search for issues with filtering and pagination
  • linear_get_cycles: Get all cycles for a team
  • linear_get_projects: Get all projects
  • linear_create_issue: Create a new issue

Tools

  1. linear_get_teams

    Retrieve all teams with their states and labels

  2. linear_search_issues

    Search for issues with filtering and pagination

  3. linear_get_cycles

    Retrieve all cycles for a team

  4. linear_get_projects

    Retrieve all projects

  5. linear_create_issue

    Create a new issue

  6. linear_update_issue

    Update an existing issue