Linear

com.linear/mcp · v1.0.0

streamable-http

Linear's hosted MCP server for issues, projects, cycles and comments. Authenticates with OAuth on first connection.

Claude Code

claude mcp add --transport http mcp https://mcp.linear.app/mcp

mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.linear.app/mcp"
    }
  }
}

Tools (8)

list_issuesget_issuecreate_issueupdate_issuelist_projectslist_teamslist_commentscreate_comment
server.json manifest
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "_meta": {
    "io.mcpregistry/tags": [
      "issues",
      "project-management",
      "hosted"
    ],
    "io.mcpregistry/tools": [
      "list_issues",
      "get_issue",
      "create_issue",
      "update_issue",
      "list_projects",
      "list_teams",
      "list_comments",
      "create_comment"
    ],
    "io.mcpregistry/transport": "streamable-http"
  },
  "description": "Linear's hosted MCP server for issues, projects, cycles and comments. Authenticates with OAuth on first connection.",
  "name": "com.linear/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.linear.app/mcp"
    }
  ],
  "title": "Linear",
  "version": "1.0.0",
  "websiteUrl": "https://linear.app/docs/mcp"
}