Bugfender for Claude Desktop
io.github.bugfender/mcp
Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.
client:Claude Desktop
transport:stdio
runtime:npm
Install Bugfender in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugfender/mcp"
],
"env": {
"BUGFENDER_API_TOKEN": "<BUGFENDER_API_TOKEN>",
"BUGFENDER_REFRESH_TOKEN": "<BUGFENDER_REFRESH_TOKEN>",
"BUGFENDER_API_URL": "<BUGFENDER_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs