chrome-pilot-mcp

nlink-jp/chrome-pilot-mcp
★ 0 stars Go Browser/Web Updated today
Zero-dependency Chrome automation MCP server (CDP direct, single Go binary)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chrome-pilot-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/nlink-jp/chrome-pilot-mcp@latest"
      ]
    }
  }
}

README Excerpt

Design background: [RFP](docs/en/chrome-pilot-mcp-rfp.md) and the A zero-dependency Chrome automation MCP server. It reimplements the core automation surface of Google's as a single Go binary that speaks the Chrome DevTools Protocol (CDP) directly — no npm, no npx, no puppeteer, and no external Go modules either.