Are you the author? Sign in to claim
Kaboom AI DevTools — Browser DevTools for AI coding assistants via MCP
Branch Policy (Read First)
If you want something working, load code and run the server from
STABLE.UNSTABLEmakes zero promises on regressions or issues and is treated as work in progress. Stable builds are compressed, tagged, and moved toSTABLE.
Kaboom is an AI debugger, inspector, and verification toolkit for local-first browser development workflows. Stream console logs, network failures, exceptions, recordings, and browser evidence into any MCP-compatible coding assistant.
Current version: v0.8.6 — Structured telemetry, session analytics, KaBOOM! branding, and contract-compliant metrics reporting.
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/install.ps1 | iex
Fire up Kaboom (binary + extension + auto-config) in one command:
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/install.ps1 | iex
This script automatically:
~/KaboomAgenticDevtoolExtension (override with KABOOM_EXTENSION_DIR).chrome://extensions~/KaboomAgenticDevtoolExtension (or wherever the script printed)Restart Claude Code, Cursor, Windsurf, or Zed. The Kaboom server will now start automatically when needed.
Full setup guide → | Per-tool install guide →
Clean removal of everything the installer created (binaries, extension files, autostart registration, PATH entries, MCP client configs, managed skills):
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/uninstall.sh | bash -s -- --yes
Windows (PowerShell):
irm https://raw.githubusercontent.com/brennhill/Kaboom-Browser-AI-Devtools-MCP/STABLE/scripts/uninstall.ps1 -OutFile kaboom-uninstall.ps1; ./kaboom-uninstall.ps1 -Yes
Useful flags: --dry-run (preview), --keep-data (keep logs/recordings/project state). Afterwards, remove the extension from chrome://extensions — the script can't click browser UI for you.
No debug port required. Other tools need Chrome launched with --remote-debugging-port, which disables security sandboxing and breaks your normal browser workflow. Kaboom uses a standard extension, so your browser stays secure and unmodified.
Single binary, zero runtime. One Go binary that runs anywhere — no runtime dependencies, no Puppeteer, no framework.
Captures what others can't. WebSocket messages, full request/response bodies, user action recording, Web Vitals, automatic regression detection, visual annotations, and Playwright test generation from real browser sessions — features no other MCP browser tool offers.
Works with every MCP tool. Claude Code, Cursor, Windsurf, Zed, Claude Desktop, VS Code + Continue. Switch AI tools without changing your debugging setup.
Enterprise-safe by design. Binds to 127.0.0.1 only. Auth headers are stripped automatically. No accounts, no cloud. Anonymous usage stats only (see Privacy). Audit the source — it's AGPL-3.0.
console.log(), .warn(), .error() with full argumentswindow.__kaboom.annotate() for custom contextAll captured data (logs, network, actions) stays 100% local — nothing leaves your machine. No cloud, no accounts.
We collect anonymous usage statistics (tool call frequency, session duration, error rates) using a random install identifier not linked to your identity. No URLs, prompts, file contents, browsing data, or personal information is collected. Disable with KABOOM_TELEMETRY=off.
See latest benchmarks for current performance data.
Last benchmarked: 2026-02-09 on darwin/arm64
See docs/core/known-issues.md for current known issues.
make test # Go server tests
node --test tests/extension/*.test.js # Extension tests
make dev # Build for current platform
Release process & quality gates → · Changelog →
AGPL-3.0 — Free and open source for all use cases.
Artwork, logos, and the Sparky mascot are Copyright (c) Brenn Hill and are not covered by the AGPL. See LICENSE-ARTWORK for details.
Fueling rapid development with AI
If you find Kaboom useful, please consider giving it a star.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows