tabd

marshallku/tabd
★ 0 stars Rust Browser/Web Updated 1d ago
SSH-friendly headless browser MCP server for AI agents.
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": {
    "tabd": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tabd"
      ]
    }
  }
}

README Excerpt

SSH-friendly headless browser controller for AI agents (and humans). Single Rust binary, daemon-shared Chromium session, JSON over Unix domain socket. Replaces the earlier TypeScript MCP server (retired in phase 3i) with a smaller, faster, dependency-free CLI surface. - **Single static Rust binary** (~7 MB). No Node, no Python.

Tools (1)

eval