Skip to main content
Clone ID: linear Covers issues, projects, cycles, and initiatives. All tools use the linear_ prefix matching the real Linear MCP server.

Start here

QuestionAnswer
Best forAgents that plan work, groom backlogs, update issue metadata, manage cycles, or connect issues to projects and initiatives.
Connect withRoute mode for api.linear.app, direct API base URLs from archal clone start linear, or MCP tools.
Known limitsThe clone focuses on GraphQL-style product workflows, not Linear’s web UI.
SeedsCommon seeds: small-team, engineering-org, busy-backlog, multi-team, empty. See Seeds for usage.

Available tools

Organization & Users

ToolDescription
linear_getViewerGet information about the currently authenticated user
linear_getOrganizationGet information about the current Linear organization
linear_getUsersGet a list of users in the organization

Teams & Labels

ToolDescription
linear_getTeamsGet a list of teams
linear_getLabelsGet a list of issue labels
linear_getWorkflowStatesGet workflow states for a team

Issues

ToolDescription
linear_getIssuesGet a list of recent issues
linear_getIssueByIdGet a specific issue by ID or identifier (e.g., ABC-123)
linear_searchIssuesSearch for issues with various filters
linear_createIssueCreate a new issue
linear_updateIssueUpdate an existing issue
linear_assignIssueAssign an issue to a user
linear_setIssuePrioritySet the priority of an issue
linear_addIssueLabelAdd a label to an issue
linear_removeIssueLabelRemove a label from an issue
linear_archiveIssueArchive an issue
linear_duplicateIssueDuplicate an issue
linear_getIssueHistoryGet the history of changes made to an issue
linear_transferIssueTransfer an issue to another team
linear_convertIssueToSubtaskConvert an issue to a subtask
linear_subscribeToIssueSubscribe to issue updates
linear_createIssueRelationCreate relations between issues (blocks, is blocked by, etc.)
linear_addIssueToProjectAdd an existing issue to a project
linear_addIssueToCycleAdd an issue to a cycle

Comments

ToolDescription
linear_createCommentAdd a comment to an issue (supports threaded replies)
linear_getCommentsGet all comments for an issue

Projects

ToolDescription
linear_getProjectsGet a list of projects
linear_createProjectCreate a new project
linear_updateProjectUpdate an existing project
linear_getProjectIssuesGet all issues associated with a project

Cycles

ToolDescription
linear_getCyclesGet a list of all cycles
linear_getActiveCycleGet the currently active cycle for a team

Initiatives

ToolDescription
linear_getInitiativesGet a list of all initiatives
linear_getInitiativeByIdGet details of a specific initiative by ID
linear_createInitiativeCreate a new initiative
linear_updateInitiativeUpdate an existing initiative
linear_archiveInitiativeArchive an initiative
linear_unarchiveInitiativeUnarchive an initiative
linear_deleteInitiativeDelete an initiative (move to trash)
linear_getInitiativeProjectsGet all projects associated with an initiative
linear_addProjectToInitiativeAdd a project to an initiative
linear_removeProjectFromInitiativeRemove a project from an initiative