Chrome Debug MCP Server
JSON →Control Chrome with debugging capabilities, userscript injection, and extension support.
Tools · 8
- launch_browser Launch browser with specified URL and browser type
- create_tab Create new tab with specified URL
- switch_tab Switch between tabs by index
- gm_setValue Store data using Greasemonkey API
- gm_getValue Retrieve stored data using Greasemonkey API
- gm_addStyle Add custom CSS styles to page
- gm_xmlhttpRequest Make cross-origin HTTP requests
- intercept_requests Intercept network requests with pattern matching and action (block/log)
Links
★ 44 GitHub stars