Browser Tools MCP
UnclaimedMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Install
npx @agentdeskai/browser-tools-server --verboseUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (16)
getBrowserStorage
localStorage, sessionStorage and cookies (values gated)
getConnectionStatus
Whether the extension is connected, and capture counts
getConsoleErrors
Error-level output and uncaught exceptions
getConsoleLogs
Console output, filterable by keyword with paging
getNetworkErrors
Only failed and 4xx/5xx requests
getNetworkLogs
XHR/fetch requests with status, timing and bodies
getPageInfo
Which page the browser is currently on
getSelectedElement
The element selected in the Elements panel
listBrowserTabs
Every tab with DevTools open, and the id to address it by
refreshBrowser
Reloads the inspected tab
runAccessibilityAudit
Lighthouse accessibility audit
runBestPracticesAudit
Lighthouse best-practices audit
runPerformanceAudit
Lighthouse performance audit with Core Web Vitals
runSEOAudit
Lighthouse SEO audit
takeScreenshot
Screenshot returned as an image, plus its file path
wipeLogs
Clears captured telemetry before a clean reproduction