Chrome Debug MCP ServerServer

robertheadley
GitHub
browser automationweb scrapingdebugging

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol (MCP) server for controlling Chrome with debugging features, user script injection, and extension support.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "chrome-debug": {
        "env": {},
        "args": [
          "path/to/chrome-debug-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

hoverscreenshotclicknavigateget_textlaunch_chromewait_for_selectorset_viewport

โšก Features

  • Browser automation and interaction
  • User script support via Greasemonkey API
  • Tab management and resource blocking
  • Detailed logging and debugging capabilities

๐Ÿ’ฌ Example Queries

  • Use MCP to launch Chrome and open URL 'https://example.com'.
  • Inject user script to change background color.
  • Take a screenshot of the current webpage.