Skip to content

MCP server

Linear MCP server

Linear's official hosted MCP server lets AI find, create and update issues, projects and comments, with a read-only endpoint available.

At a glance

Maintained by
Linear
Tools exposed
0 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Linear is a fast issue tracker popular with software and product teams. Its official hosted MCP server lets an assistant find, create and update issues, projects and comments. A coding assistant can read the issue it is working on, and a product manager can turn feedback into issues without leaving the conversation.

Linear documents what the server can do but does not publish exact tool names, so none are listed here. A read-only endpoint is available, which we use for reporting and planning questions. For issue creation, we agree on labels and templates first so AI-created issues match the team's standards.

It pairs naturally with GitHub for development work and with Slack or Intercom for turning feedback into planned work. Because sign-in follows each user's own Linear account, permissions stay consistent with the app.

Use cases

Best business use cases

Issues from feedback

Create issues from support or sales feedback. See feedback analysis.

Coding context

Let a coding assistant read the issue it is fixing.

Project status

Summarize progress on a project.

Comments

Add updates and questions to issues.

Backlog grooming

Find duplicates and stale issues.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Docs say the server can find, create and update issues, projects and comments. Linear does not publish exact tool identifiers.

Read and write: Read and write for issues, projects and comments; a read-only endpoint is available.

Workflows

Example workflows

Feedback to issues

  1. 1

    Paste a batch of customer feedback.

  2. 2

    The assistant groups it by theme.

  3. 3

    It searches for existing issues.

  4. 4

    It drafts new issues for gaps.

  5. 5

    A product manager approves them.

Weekly project summary

  1. 1

    Use the read-only endpoint.

  2. 2

    Ask for this week's progress on a project.

  3. 3

    The assistant lists completed and blocked issues.

  4. 4

    It drafts a summary.

  5. 5

    The lead shares it.

Prompts

Example prompts

  • “Summarize progress on the Billing project this week.”

  • “Create issues for these three bugs with the Bug label.”

  • “Find open issues that look like duplicates.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "linear": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-remote",
                "https://mcp.linear.app/mcp"
            ]
        }
    }
}

Claude Code: terminal

claude mcp add --transport http linear-server https://mcp.linear.app/mcp
  • Hosted server: https://mcp.linear.app/mcp (read-only: https://mcp.linear.app/mcp/readonly).
  • Needs: OAuth 2.1 with dynamic client registration, or a Linear API key or bearer token in the Authorization header..

Security

Security considerations

  • Limit workspaces

    Connect with an account that sees only the workspaces or projects a task needs.

  • Mark AI-created items

    Use a label or naming rule so items created by the assistant are easy to spot and review.

  • Guard deletes

    The server can update issues. Use the read-only endpoint where possible.

  • Untrusted text

    Task descriptions and comments can contain misleading text. Treat them as data.

Related servers

Servers that pair well with it

Jira

Atlassian's official Rovo MCP server lets AI search, create and update Jira issues and search, read and create Confluence content.

GitHub

GitHub's official MCP server lets AI read repositories, search code, manage issues and pull requests and, when allowed, change files.

Notion

Notion's official hosted MCP server lets AI search and read pages, create and update pages and databases, query data and add comments.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.