Linear

Linear

Linear is a streamlined issue tracking and project planning tool for modern teams, featuring fast workflows, keyboard shortcuts, and GitHub integrations

3777VIEWS
927USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app linearnpx @composio/cli add cursor --app linearnpx @composio/cli add cursor --app linearnpx @composio/cli add cursor --app linear

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Linear Attachment

Creates a new attachment and associates it with a specific, existing linear issue.

Create A Comment

Creates a new comment on a specified linear issue.

Create Linear Issue

Creates a new issue in a specified linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.

Get Create Issue Default Params

Fetches a linear team's default issue estimate and state, useful for pre-filling new issue forms.

Create A Label

Creates a new label in linear for a specified team, used to categorize and organize issues.

Delete Issue

Archives an existing linear issue by its id, which is linear's standard way of deleting issues; the operation is idempotent.

Get All Teams

Retrieves all teams from the linear workspace without requiring any parameters.

Download Issue Attachments

Downloads a specific attachment from a linear issue; the `file name` must include the correct file extension.

Get Current User

Gets the currently authenticated user's id, name, email, and other profile information. use this to identify 'me' in other linear operations that require user id filtering.

Get Cycles By Team Id

Retrieves all cycles for a specified linear team id; cycles are time-boxed work periods (like sprints) and the team id must correspond to an existing team.

Get Linear Issue

Retrieves an existing linear issue's comprehensive details, including title, description, attachments, and comments.

Get All Cycles

Retrieves all cycles (time-boxed iterations for work) from the linear account; no filters are applied.

List Linear Issues

Lists non-archived linear issues; if project id is not specified, issues from all accessible projects are returned. can also filter by assignee id to get issues assigned to a specific user.

Get Labels By Team

Retrieves all labels associated with a given team id in linear; the team id must refer to an existing team.

List Linear Projects

Retrieves all projects from the linear account.

List Linear States

Retrieves all workflow states for a specified team in linear, representing the stages an issue progresses through in that team's workflow.

Get Teams By Project

Retrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.

List Linear Users

Lists all users in the linear workspace with their ids, names, emails, and active status.

Remove Label From Linear Issue

Removes a specified label from an existing linear issue using their ids; successful even if the label isn't on the issue.

Run Query Or Mutation

Wildcard action that executes any graphql query or mutation against the linear api. use this as a fallback when no specific action exists for your use case, or when you need to perform complex operations not covered by other linear actions. supports full graphql capabilities including custom queries, mutations, and advanced filtering.

20 actions available