ChromiumDebuggingToMCP

yassirboudda/ChromiumDebuggingToMCP
★ 1 stars JavaScript Browser/Web Updated today
Chrome extension + MCP server that captures browser debugging data (network, console, errors, DOM, performance) and exposes it to GitHub Copilot via Model Context Protocol
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chromiumdebuggingtom": {
      "command": "npx",
      "args": [
        "-y",
        "yassirboudda/ChromiumDebuggingToMCP"
      ]
    }
  }
}

README Excerpt

A Chrome extension + MCP server that captures browser activity (network requests, console output, errors, DOM mutations, performance metrics), **exports network traffic as HAR**, and optionally exposes it to AI assistants via the Model Context Protocol (MCP). ``` ┌─────────────────┐ HTTP (localhost:9223) ┌──────────────────┐ stdio ┌───────────────┐

Tools (7)

clear_all_sessionsget_active_sessionsget_all_logsget_console_outputget_errorsget_network_requestsget_session_logs