Skip to content
Claude Desktop

sentry mcp for Claude Desktop

io.github.getsentry/sentry-mcp

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

client:Claude Desktop transport:stdio runtime:npm

Install sentry mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<SENTRY_ACCESS_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sentry mcp in other clients