linear-mcp-server-again

linear-mcp-server-again

3.2

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

The Linear MCP Server is a bridge between Claude and the Linear task management system, enabling interaction through various tools.

The Linear MCP Server is designed to facilitate seamless interaction between Claude, an AI assistant, and the Linear task management system. It leverages the Model Context Protocol (MCP) to enable Claude to perform operations such as retrieving ticket details, listing user issues, adding comments, creating new issues, and accessing team information. The server is built using Node.js and integrates with the Linear API through the Linear SDK. It also employs Zod for type validation and node-fetch for handling HTTP requests. The server is configured to work with various platforms, including VS Code, Cursor IDE, Claude Desktop App, and Cline VS Code Extension, by setting up the necessary environment variables and configurations.

Features

  • Ticket Retrieval: Fetches comprehensive ticket details including status, priority, assignee, and team, along with full descriptions and comments.
  • Issue Listing: Retrieves and filters issues assigned to the current user by state, returning a formatted table with key information.
  • Comment Addition: Allows adding new comments to existing tickets with confirmation of successful comment creation.

Tools

  1. get_ticket

    Retrieve detailed information about a specific Linear ticket.

  2. get_my_issues

    List issues assigned to the current user with filtering by state.

  3. add_comment

    Add comments to Linear tickets.

  4. create_issue

    Create a new issue in Linear.

  5. get_teams

    Retrieve available teams for reference.