Connect Linear to Claude
Search, read and write Linear from Claude. Arlet links the two through one MCP connection and takes care of keys and authentication.
Arlet makes Linear's official MCP server available from the AI client you already use. There is no OAuth application to create on the Linear side. Signing in completes the connection.
The AI can search, create and update issues and projects, and read and write comments. The available tools are exactly those provided by Linear's official server. If you work across several workspaces, each can be added as its own connection.
How to connect Linear to Claude
- 1
In the Arlet dashboard, open Integrations β Add an integration and choose Linear. Sign in with Link Linear, name the connection and click Create.
- 2
In Claude, open Organization settings β Connectors from the account menu at the bottom left, then click + Add.
- 3
Choose Custom β Web, enter "Arlet" as the Name and https://mcp.arlet.dev/mcp/ as the Remote MCP server URL, then click Add. Authentication settings are auto-detected, so keep the defaults.
- 4
The first time you use it, sign in with Google. After that, every service you switched on in Arlet is available from Claude.
Adding a connector is done by an organization admin on Team / Enterprise plans. On Pro / Max you can add it for yourself from Settings β Connectors with the same steps.
What you can do
Linear tools that Claude can call.
list_issuesSearch and list issues by team, assignee, status, labels and more.
get_issueFetch one issue in full, including its description, status, assignee and comments.
save_issueCreate or update an issue. Status changes, assignment and labels all happen here.
list_my_issuesList the issues assigned to you.
list_commentsRead the comments on an issue.
create_commentAdd a comment to an issue.
list_projectsSearch and list projects to understand the roadmap.
get_projectFetch one project in detail (goal, timeline, progress).
save_projectCreate or update a project.
list_cyclesList a team's cycles (sprints).
list_teamsList the teams in the workspace.
list_usersList members, for example to assign owners.
list_issue_statusesList a team's workflow states (Todo, In Progress, Done and so on).
list_issue_labelsList the labels available for issues.
list_documentsList documents attached to projects and other objects.
get_documentFetch a document's content.
The tool list follows what Linear's official MCP server provides and may change.
Example uses
Turn meeting notes into issues
Pull out decisions and action items and file them as issues with the right team, assignee and labels.
Summarize the sprint
Group the current cycle's issues by status and write a progress report that names the items running late and their owners.
Tidy up bug reports
Rewrite a rough report into steps to reproduce, expected and actual results, check for duplicates, then file it.
Answer "when will it ship?"
Answer questions about a project's timeline by citing the remaining issues and their owners.
Prompts you can use as-is
- List the issues in the current cycle that have sat in In Progress for more than three days, with assignees
- Extract the action items from these meeting notes and create issues for the Backend team with owners
- Group the remaining issues of the "Checkout revamp" project by status and write this week's progress report
- Rewrite this bug report into steps / expected / actual, and file it with the bug label if there is no similar issue
