Back to MCP Servers

Tap

MCP server that compiles AI browser automation into deterministic `.tap.json` plans (25-op closed union, zero runtime LLM), runs on your logged-in Chrome, and detects drift via semantic fingerprint diff when sites change. 65+ open community taps on 40+ sites.

browser-automationbrowserautomationaillm

Installation

npx -y tap

Configuration

{
  "mcpServers": {
    "tap": {
      "command": "npx",
      "args": ["-y", "tap"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub