mcpbeat Sign in

Bugbrain MCP Server

local only

Bugbrain runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm.

BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.

Installs per day peak 12 · avg 4 · +75% w/w
a month agotoday
34
Installs / week
npm · @bugbrain/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Bugbrain 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 @bugbrain/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugbrain/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@bugbrain/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugbrain/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@bugbrain/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BUGBRAIN_API_KEY (BugBrain API key (sk_live_...) — create one in BugBrain → Settings → API Keys), BUGBRAIN_BASE_URL (Override the BugBrain API base URL (default https://api.bugbrain.tech)), BUGBRAIN_TUNNEL_CMD (Custom tunnel command template for the create_tunnel tool ({port} is substituted; default uses cloudflared)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bugbrain

same job, measured the same way
Flutter Skill
by ai-dashboad

AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero test code needed.

local only
Vibe Test — Browser Testing Agent
by aishwaryshrivastav

Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP

584 installs/wk local only
Periscope MCP
by segentic-lab

Web-app QA for AI agents: 73 Playwright tools — auth, E2E, a11y/SEO/GEO, Web Vitals + Lighthouse

local only
PlatformIO
by powerdragonfire

PlatformIO for AI agents: build, flash, serial monitor, tests, crash decoding, size reports.

local only
Argus Testing — Autonomous QA MCP
by chriswu727

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

146 installs/wk local only
Regex
by rog0x

Regex test, explain, replace patterns for AI agents

27 installs/wk local only
Flutter Skill
by telsav

AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.

233 installs/wk local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering

Bugbrain — questions

Answers built from our own checks of this server.

Why is there no uptime for Bugbrain?
Bugbrain 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 @bugbrain/mcp was installed 34 times last week.
How do I connect Bugbrain?
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 @bugbrain/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bugbrain?
The npm package @bugbrain/mcp was installed 34 times in the last week. Week over week that is +75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.