brapper

grigoreo-dev/brapper
★ 0 stars TypeScript 🌐 Browser/Web Updated today
Turn any web app into an MCP server. Browser automation framework for the pre-agent web.
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": {
    "brapper": {
      "command": "npx",
      "args": [
        "-y",
        "grigoreo-dev/brapper"
      ]
    }
  }
}

README Excerpt

**brapper** — *browser app wrapper* — framework for building MCP/HTTP API wrappers around browser-based web applications. Each project built with brapper is a **brap** — a *browser app wrap* — a disposable adapter that wraps one specific web app and exposes it as an API. --- AI agents are here. They reason, plan, and act. But the internet they're trying to act on was built for humans — login screens, CAPTCHAs, JavaScript-rendered UIs, and zero machine-readable APIs for most of its surface area.

Tools (6)

BrowserSessionPageWorkercreateAppcreateBrapcreateLoggercreateMcpHandler