Skip to content
Back to search
30
MCP

@rekl0w/mcp-browser-console

npm/@rekl0w/mcp-browser-console

MCP server that exposes browser console, error, and network events streamed from the MCP Browser Console Chrome Extension.

Uptime
0.0%
15 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

browser-use-mcp-console
MCP server for browser-use with console debugging capabilities
0 tools
browser-runtime-mcp
MCP server that gives AI agents real-time access to browser runtime errors, console logs, and page diagnostics via a Chrome Extension.
0 tools
console-logger-mcp
Capture browser console logs and expose them to AI via MCP — bridges Chrome extension console output to any MCP-compatible IDE
0 tools
@_brcode/mcp-browser-inspector
MCP server for browser inspection with Puppeteer - network monitoring and console error tracking
0 tools
browser-use-mcp
Browser MCP Server.
0 tools
mcp-browser
Browser control and console log capture for AI coding assistants via MCP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@rekl0w/mcp-browser-console": {
      "url": "None",
      "transport": "http"
    }
  }
}