MCP server

Linear
MCPIssues and cycles, without a second tracker.
Linear’s official MCP. Remote. The agent lists, files, and comments in the workspace you connect.
latest·Proprietary·Updated this month·Transport: sse
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"linear": {
"url": "https://mcp.linear.app/sse"
}
}
}By Linear
Spec
What the server actually exposes.
list_issues
readIssues in the current cycle.
create_issue
writeFile an issue in a team.
update_issue
writeStatus, cycle, or assignee.
Guardrails
- OAuth workspace
- Writes stay in Linear
- No second tracker
linear-mcp.mcp/tools
Tools
- read
list_issues
Issues in the current cycle.
- write
create_issue
File an issue in a team.
- write
update_issue
Status, cycle, or assignee.
Last call
{ "ok": true,
"tool": "list_issues",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
