Linear (verified)
Manage issues, projects, cycles, and docs in Linear from one place. Create, update, and comment on issues; organize labels, statuses, and teams; and search docs and documentation. Stay on top of your…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add linear
# Browse available tools
npx -y smithery tool list linear
# Get full schema for a tool
npx -y smithery tool get linear list_comments
# Call a tool
npx -y smithery tool call linear list_comments '{}'Direct MCP Connection
Endpoint: https://linear.run.tools
Tools (25)
list_comments— List comments for a specific Linear issuecreate_comment— Create a comment on a specific Linear issuelist_cycles— Retrieve cycles for a specific Linear teamget_document— Retrieve a Linear document by ID or sluglist_documents— List documents in the user's Linear workspacecreate_document— Create a new document in Linearupdate_document— Update an existing Linear documentget_issue— Retrieve detailed information about an issue by ID, including attachments and git branch namelist_issues— List issues in the user's Linear workspace. For my issues, use "me" as the assignee.create_issue— Create a new Linear issueupdate_issue— Update an existing Linear issuelist_issue_statuses— List available issue statuses in a Linear teamget_issue_status— Retrieve detailed information about an issue status in Linear by name or IDlist_issue_labels— List available issue labels in a Linear workspace or teamcreate_issue_label— Create a new Linear issue labellist_projects— List projects in the user's Linear workspaceget_project— Retrieve details of a specific project in Linearcreate_project— Create a new project in Linearupdate_project— Update an existing Linear projectlist_project_labels— List available project labels in the Linear workspacelist_teams— List teams in the user's Linear workspaceget_team— Retrieve details of a specific Linear teamlist_users— Retrieve users in the Linear workspaceget_user— Retrieve details of a specific Linear usersearch_documentation— Search Linear's documentation to learn about features and usage
# Get full input/output schema for a tool
npx -y smithery tool get linear