browser-mcp-lite

notoriouslab/browser-mcp-lite
★ 40 stars JavaScript 🔒 Security Updated 10d ago
Minimal, auth-secured MCP server for real browser access. ~500 lines. Token auth, Chrome Extension MV3, accessibility tree.
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": {
    "browser-mcp-lite": {
      "command": "npx",
      "args": [
        "-y",
        "notoriouslab/browser-mcp-lite"
      ]
    }
  }
}