Install one command
$ npx -y @sentry/mcp-server@latest
Or add it with the Claude CLI: claude mcp add sentry
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server@latest"],
"env": {
"SENTRY_AUTH_TOKEN": "<your-sentry-auth-token>",
"SENTRY_ORG": "<your-sentry-org>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.