public-browser

Silbercue/public-browser
★ 3 stars TypeScript AI/LLM Updated today
Browser automation MCP server for AI agents via Chrome DevTools Protocol. Free tier — Pro tier available.
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": {
    "public-browser": {
      "command": "npx",
      "args": [
        "-y",
        "Silbercue/public-browser"
      ]
    }
  }
}