Chrome MCP ServerServer

lxe
GitHub
browser automationweb scrapinglocal only

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides detailed control over a Chrome browser instance through the Chrome DevTools Protocol (CDP).

📝 JSON Entries

{
  "mcpServers": [
    {
      "chrome-control": {
        "env": {},
        "args": [
          "http://localhost:3000/sse-cursor"
        ],
        "command": "curl"
      }
    }
  ]
}

🛠️ Tools

BunNode.js

Features

  • Control Chrome browser with debugging capabilities
  • Navigate, click, type, and extract information from pages

💬 Example Queries

  • Navigate to a specific URL.
  • Click on specific coordinates.
  • Type text in the focused area.
  • Click on an element by its index.
  • Get the text content of an element using a CSS selector.
  • Get semantic information about the page.
  • Get the current state of the page.