Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Browser Tools MCP logo
MCP server

Browser Tools MCP

Live Chrome telemetry for AI agents—console, network, screenshots, audits

0
SaveVisit website ↗

Add it to your client

Community
Install
npx -y @agentdeskai/browser-tools-mcp@latest
mcpServers
{
  "mcpServers": {
    "browser-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentdeskai/browser-tools-mcp@latest"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Required
Tools
16
License
MIT
Tools
listBrowserTabsgetConsoleLogsgetConsoleErrorsgetNetworkLogsgetNetworkErrorsgetSelectedElementgetPageInfogetConnectionStatustakeScreenshotrefreshBrowsergetBrowserStoragewipeLogs+4

BrowserTools exposes real-time telemetry from your actual Chrome session through an MCP server paired with a DevTools extension. Instead of automating an isolated browser, it connects to the browser you're already using, keeping you logged in and maintaining your browsing history.

Highlights

  • Captures console logs, errors, and network requests (XHR and fetch) in real time
  • Takes screenshots and retrieves current page information and DOM elements
  • Runs Lighthouse audits for performance, accessibility, SEO, and best practices
  • Reads browser storage including localStorage, sessionStorage, and cookies
  • All data stays local via WebSocket communication with the extension
  • Eliminates the need to recreate authentication in separate browser profiles

The server runs locally on Node 22.19+ with an authenticated HTTP API and WebSocket connection. Each session requires a per-run token. Ideal for developers who want AI to debug their live application state exactly as users see it.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?