linear-mcp

linear-mcp

3.2

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.

The Linear MCP Server provides tools to interact with the Linear API, allowing users to fetch tasks and their associated details.

The Linear MCP Server is designed to facilitate seamless interaction with the Linear API, enabling users to efficiently manage tasks and access detailed information about them. This server supports fetching tasks with various filters, retrieving detailed task information, and listing teams and users within a Linear workspace. By integrating with the Linear API, the server provides a robust solution for task management and team collaboration, making it easier for users to stay organized and informed about their projects.

Features

  • Fetch tasks with optional filters such as status, assignee, team, and limit.
  • Retrieve detailed information about specific tasks using task IDs.
  • List all teams within a Linear workspace.
  • List all users within a Linear workspace.

Tools

  1. get_tasks

    Fetch tasks from Linear with optional filtering by status, assignee, team, and limit.

  2. get_task_details

    Retrieve detailed information about a specific task using its ID.

  3. get_teams

    Get a list of teams in the Linear workspace.

  4. get_users

    Get a list of users in the Linear workspace.