mcpbeat Sign in

Bugfender MCP Server

by bugfender Your server? Claim it
local only

Bugfender runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 18 Jun 2026.

Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.

Installs per day peak 56 · avg 12 · +57% w/w
a month agotoday
67
Installs / week
npm · @bugfender/mcp
0
Stars
0 open issues
18 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bugfender every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @bugfender/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugfender/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@bugfender/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugfender/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugfender/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BUGFENDER_API_TOKEN (Bugfender API access token from MCP setup.), BUGFENDER_REFRESH_TOKEN (Refresh token for automatic session renewal (recommended).), BUGFENDER_API_URL (API base URL override; defaults to https://dashboard.bugfender.com/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bugfender

same job, measured the same way
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
Verlon AI MCP
by verlon

Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.

319 installs/wk local only
ssh-mcp
by gelse

MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.

local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
SigNoz MCP Server
by signoz

SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants

local only
Mt5 MCP By Leo
by tradesystemsnique

Full MCP server for MT5: access trades, logs, compilation, etc..

107 installs/wk local only
Manilo
by manilo

Log, query, and edit expenses, budgets, and accounts in Manilo from any MCP-compatible AI assistant.

answering
Cronalert
by jaredhobbs

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

49 installs/wk local only

Bugfender — questions

Answers built from our own checks of this server.

Why is there no uptime for Bugfender?
Bugfender runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bugfender/mcp was installed 67 times last week.
How do I connect Bugfender?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bugfender/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bugfender?
The npm package @bugfender/mcp was installed 67 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bugfender open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.