mcp-cdp
Related Servers
Alternatives to mcp-cdp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI-powered automation, debugging, and observability of Electron applications through Chrome DevTools Protocol integration, providing real-time UI interaction and inspection capabilities.55 npm23MIT
- AlicenseCqualityAmaintenanceEnables AI agents and developers to automate real Chrome/Chromium browsers through the Chrome DevTools Protocol, with token-efficient snapshots, multi-action batching, shadow DOM traversal, system-page control, extension management, and network/WebSocket inspection.64MIT
- AlicenseNot gradedqualityCmaintenanceEnables coding agents to control and inspect a live Chrome browser for reliable automation, in-depth debugging, and performance analysis via Chrome DevTools.1,026,016 npmApache 2.0
- AlicenseBqualityCmaintenanceEnables AI agents to inspect and control a live Chromium browser for frontend debugging, providing console logs, network requests, DOM snapshots, and accessibility analysis.195 npmMIT
- AlicenseNot gradedqualityDmaintenanceLets coding agents control and inspect a live Chrome browser via the Model-Context-Protocol, providing advanced browser debugging, performance insights, and reliable automation.5 npmApache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables agents to take screenshots and extract text from web pages using a persistent Chrome browser via CDP, with built-in SSRF protection.MIT
TDQS
Scored across 6 tools
Each tool maps to a distinct concern: visual rendering, target discovery, full DOM reading, element querying, console output, and network activity. The only possible confusion is between dom_snapshot and query_dom, but their descriptions clearly separate whole-document/subtree reading from selector-based element lookup.
Names are snake_case and readable, but the pattern is mixed: some are verb_noun (list_targets, query_dom), some are noun_noun (console_logs, network_requests, dom_snapshot), and screenshot is a bare verb. Not chaotic, but not a consistent convention.
Six tools is a well-scoped size for a CDP inspection server. Each tool covers a meaningful slice of browser debugging without redundancy or bloat.
The core read-only inspection workflow is well covered: discover targets, read DOM, query elements, capture screenshots, and inspect console/network failures. Minor gaps exist—JS evaluation and navigation are not exposed—but they are not obvious dead ends for the apparent observational purpose.