← Index

Tap

io.github.LeonTing1010/tap·v0.14.3·Browser Automation
Quality Score
95
/100

Browser-use trajectory compiler. Replay agent flows at zero LLM tokens with drift detection.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tap": {
      "command": "npx",
      "args": [
        "-y",
        "@taprun/cli"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tap": {
      "command": "npx",
      "args": [
        "-y",
        "@taprun/cli"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @taprun/cli
Claude Desktop (uvx)
{
  "mcpServers": {
    "tap": {
      "command": "uvx",
      "args": [
        "taprun"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation