mcp-console-hub
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-console-hubDiagnose all errors and suggest fixes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What It Captures
DevTools Tab | What's Captured | Details |
Console |
| With stack traces for errors/warnings |
Console | Unhandled exceptions |
|
Console | Promise rejections |
|
Network | All fetch/XHR requests | Method, URL, status, duration, headers, body preview, size |
Network | Failed requests | 4xx, 5xx, connection errors with details |
Application | localStorage | All key-value pairs |
Application | sessionStorage | All key-value pairs |
Application | Cookies | Name, value, domain, path |
Application | IndexedDB | Database names |
Performance | Navigation timing | TTFB, DOM loaded, load complete, DNS, connect |
Performance | Resource loading | JS, CSS, images, fonts with duration + size |
Performance | Memory | Heap size (Chrome only) |
Performance | Marks & Measures | Custom performance marks |
Zero code changes. One bookmarklet. Works with any web app.
Related MCP server: Chrome DevTools MCP
Quick Start
1. Configure your IDE
{
"mcpServers": {
"mcp-console-hub": {
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}{
"servers": {
"mcp-console-hub": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}claude mcp add mcp-console-hub npx -y mcp-console-hub@latest{
"mcpServers": {
"mcp-console-hub": {
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}2. Connect your browser
Open http://localhost:3200 — drag the bookmarklet to your bookmarks bar.
Navigate to any web app. Click the bookmarklet.
3. Ask your AI agent
@mcp-console-hub Diagnose all errors and suggest fixes
@mcp-console-hub Show all network failures
@mcp-console-hub Read localStorage and explain the app state
@mcp-console-hub Audit page performance
@mcp-console-hub Fix errors by priority — most critical firstMCP Tools (24 tools)
Console (7 tools)
Tool | Description |
| Filter by level, source, text, time, stack |
| Full context with parsed stack frames + timeline |
| Detect cascading errors (root cause analysis) |
| Find recurring messages |
| Structured frames: function, file, line, col |
| Find all errors from a specific source file |
| Runtime exceptions + promise rejections |
Network (4 tools)
Tool | Description |
| Filter by method, status, URL, duration |
| Full request/response: headers, body, timing |
| All 4xx, 5xx, and connection failures |
| Requests above duration threshold |
Storage (3 tools)
Tool | Description |
| All storage: localStorage, sessionStorage, cookies, IndexedDB |
| Read specific key with auto JSON parse |
| List/search cookies |
Performance (2 tools)
Tool | Description |
| Navigation timing, resources, memory, marks |
| Find slow-loading JS, CSS, images, fonts |
General (4 tools)
Tool | Description |
| Aggregated statistics |
| Page URL, user agent, all data availability |
| Chronological event sequence |
| Clear all captured data |
Export (1 tool)
Tool | Description |
| Full DevTools report as JSON or Markdown |
MCP Prompts (7 prompts)
Prompt | Trigger | Description |
|
| Full analysis of errors + network + performance |
|
| Prioritized fix list: Critical > High > Medium |
|
| Concrete code fix for the most recent error |
|
| Analyze failures, CORS issues, auth errors |
|
| Analyze storage to understand app state |
|
| Page load audit with optimization suggestions |
|
| Step-by-step fix for the latest error |
MCP Resources (12 resources)
URI | Description |
| All console entries |
| Error-level only |
| Warning-level only |
| Chronological timeline |
| Aggregated stats |
| All network requests |
| Failed requests |
| Slow requests (>1s) |
| Full storage snapshot |
| Cookies only |
| All performance data |
| Page info + data availability |
How It Works
Browser (any web app) MCP Console Hub IDE AI Agent
+-----------------+ +--------------------+ +----------------+
| Bookmarklet | WebSocket | | stdio | |
| captures: |==============>| Console Store |<===========>| 24 MCP Tools |
| | :3201 | Network Store | | 12 Resources |
| - console.* | | Storage Snapshot | | 7 Prompts |
| - window.onerror| HTTP POST | Performance Data | | |
| - fetch/XHR |-------------->| | | Cursor |
| - localStorage | :3200 | File-backed | | VSCode |
| - cookies | | (.store/) | | Claude Code |
| - performance | | | | Antigravity |
+-----------------+ +--------------------+ +----------------+
zero code changes npx mcp-console-hub IDE MCP configPorts & Environment
Port | Protocol | Purpose |
3200 | HTTP | Connector page + health + ingestion |
3201 | WebSocket | Real-time data streaming |
Variable | Default | Description |
|
| HTTP port |
|
| WebSocket port |
| auto | Custom store file path |
License
MIT — see LICENSE
This server cannot be deployed
Maintenance
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Hosted browser for AI agents: screenshots, post-JS DOM, console, WCAG. No install, no API key.
Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.
- TabfleetOAuthcom.tabfleet
Launch, inspect, control, and share isolated cloud browsers for your agents.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser through Chrome DevTools. Provides browser automation, performance analysis, debugging capabilities, and network request monitoring.1,516,489 npm52,015Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automation, debugging, performance analysis, and screenshot capture through Chrome DevTools.261,516,489 npm3Apache 2.0
- AlicenseCqualityDmaintenanceEnables AI assistants to connect to browser DevTools and backend debuggers for full-stack debugging, including frontend console, network, performance, and backend log analysis.1612 npm7MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser through Chrome DevTools for automation, debugging, and performance analysis.1,516,489 npmApache 2.0