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 that provides tools for interacting with Linear's API, enabling AI agents to manage issues, projects, and teams programmatically through the Linear platform.

The Linear MCP Server is a custom implementation designed to facilitate seamless interaction with Linear's API. It allows AI agents to manage issues, projects, and teams programmatically, making it an essential tool for developers looking to automate their workflows on the Linear platform. The server supports a range of functionalities including issue creation, listing, and updating, as well as team and project management. It is built using TypeScript and leverages the Linear SDK and MCP SDK for robust performance. The server communicates via stdio and adheres to the Model Context Protocol, ensuring smooth integration with AI agents. Comprehensive error handling is included to manage invalid API keys, missing parameters, and other potential issues. The server is compatible with various platforms and can be configured for use with tools like Claude Desktop, VS Code Extension, and Cursor.

Features

  • Issue Management: Create, list, and update issues with customizable properties and flexible filtering options.
  • Team Management: List all teams and access detailed team information.
  • Project Management: List and view project details with optional team filtering.
  • Comprehensive Error Handling: Manages invalid API keys, missing parameters, and Linear API errors.
  • Built with TypeScript: Utilizes Linear SDK and MCP SDK for robust performance.

Tools

  1. create_issue

    Create a new question

  2. list_issues

    List the issues (filtering is supported)

  3. update_issue

    Update existing issues

  4. list_teams

    List all teams

  5. list_projects

    List all items (filtering is supported)

  6. get_issue

    Get detailed information about a specific question