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
By LeonTing1010
Installation
npx -y tapConfiguration
{
"mcpServers": {
"tap": {
"command": "npx",
"args": ["-y", "tap"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes