MCP server
Browser Tools MCP
Live Chrome telemetry for AI agents—console, network, screenshots, audits
Add it to your client
CommunityInstall
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