Skip to content
Claude Desktop

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

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

{
  "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

Bugfender in other clients