kitewright

kitewright/kitewright
★ 0 stars Rust Browser/Web Updated today
Fly the web on a string — a lightweight (~7MB) Rust browser-automation MCP server for AI agents. Streamable HTTP, 21 tools, HTML→PDF, plus a Puppeteer-compatible npm facade.
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": {
    "kitewright": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kitewright"
      ]
    }
  }
}

README Excerpt

**Browser automation for AI agents as a single small binary.** An MCP server (Streamable HTTP + stdio) that gives LLM clients `navigate` / `screenshot` / `extract` — without carrying the Node.js + Playwright stack. Install in one line: ```bash claude mcp add kitewright -- npx -y @kitewright/mcp ``` Head-to-head vs `@playwright/mcp` 0.0.78, same machine, same Chromium headless-shell build, same page ([full methodology](BENCHMARKS.md)):

Tools (18)

BROWSER_EXECUTABLEBROWSER_NO_SANDBOXBROWSER_PREWARMKITE_ALLOW_SECRET_FILESKITE_CACHE_DIRKITE_HEADLESSKITE_IDLE_TIMEOUT_SECSKITE_PREWARM_URLKITE_VIEWPORTMCP_AUTH_TOKENMCP_CONTEXT_POOLMCP_HTTP_BINDMCP_RATE_LIMIT_PER_MINUTERUST_LOGSubmitemailhandle_dialogpress_key

Topics

ai-agentsbrowser-automationcdpchromiumheadless-chromemcpmodel-context-protocolpdf-generationplaywrightpuppeteerrustweb-scraping