cdp-browser-mcp-server

Tushar49/cdp-browser-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated 8d ago
CDP Browser Automation MCP Server - Chrome DevTools Protocol based browser automation via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cdp-browser-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "Tushar49/cdp-browser-mcp-server"
      ]
    }
  }
}