Connect Your AI Agent with Linear (OAuth) for Slack

Integrate Linear (OAuth) MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Linear (OAuth)
Linear (OAuth)
Linear helps streamline software projects, sprints, tasks, and bug tracking. It's built for high-performance teams.

Categories

Productivity

Available Tools

Tools that your AI agent can use through this MCP server to interact with Linear (OAuth)

Update Issue

Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses OAuth authentication. See Linear docs for additional info here.

Update Initiative

Update an initiative in Linear. See the documentation.

Search Issues

Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses OAuth authentication. See Linear docs for additional info here.

Remove Label from Issue

Remove a label from an issue in Linear. See the documentation.

List Views

List views in Linear. See the documentation.

List Projects

List projects in Linear. See the documentation.

List Initiatives

List initiatives in Linear. See the documentation.

List Comments

List comments in Linear. See the documentation.

Get View Issues

Get issues from a custom view in Linear. See the documentation.

Get Teams

Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses OAuth authentication. See Linear docs for additional info here.

Get Issue

Retrieves a Linear issue by its ID. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses OAuth authentication. See Linear docs for additional info here.

Get Current User

Retrieve rich context about the authenticated Linear user, including core profile fields, recent timestamps, direct team memberships, and high-level organization settings. Returns the user object, a paginated team list (with names, keys, cycle configs, etc.), associated team memberships, and organization metadata such as auth defaults and SCIM/SAML flags. Use this when your workflow or agent needs to understand who is currently authenticated, which teams they belong to, or what workspace policies might influence subsequent Linear actions. See Linear's GraphQL viewer docs here.

Create Project

Create a project in Linear. See the documentation.

Create Issue

Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses OAuth authentication. See Linear docs for additional info here.

Create Initiative

Create an initiative in Linear. See the documentation.

Create Comment

Create a comment in Linear. See the documentation