Skip to content

Linear Integration

The Linear node lets your agents create and update issues, search across projects, and manage teams and projects.

Standard OAuth. No special setup required.

ToolDescription
save_issueCreate or update an issue — set title, assignee, state, priority, labels, relations, and more
get_issueGet full issue details including attachments and git branch name
list_issuesList and filter issues by team, project, assignee, label, state, cycle, or text search
save_commentCreate or update a comment on an issue
list_commentsList comments for an issue
delete_commentDelete a comment
create_attachmentUpload a file attachment to an issue
create_issue_labelCreate a new issue label
list_issue_labelsList available labels
list_issue_statusesList available statuses for a team
get_issue_statusGet details of a specific status
ToolDescription
save_projectCreate or update a project — set teams, lead, labels, dates, priority
get_projectGet project details, optionally including members, milestones, and resources
list_projectsList and filter projects by team, label, state, or initiative
save_milestoneCreate or update a milestone in a project
get_milestoneGet milestone details
list_milestonesList milestones in a project
ToolDescription
list_teamsList teams in the workspace
get_teamGet team details by ID, key, or name
list_usersList workspace users, filterable by team
get_userGet user details by ID, name, email, or “me”
get_authenticated_userGet the currently connected user’s profile
ToolDescription
create_documentCreate a document, optionally linked to an issue or project
get_documentRetrieve a document by ID or slug
update_documentUpdate a document’s content, title, or project
list_documentsList documents, filterable by project or initiative
save_status_updateCreate or update a project status update (on track / at risk / off track)
get_status_updatesList or get project status updates
list_cyclesList cycles for a team (current, previous, next)
Server URLhttps://mcp.linear.app/mcp
TransportStreamable HTTP
Docslinear.app/docs/mcp
  • Create Issue requires a team ID — use Get Teams first if your agent needs to discover available teams.
  • Search Issues supports filtering by multiple dimensions and text query — useful for agents that triage or summarize backlogs.