HomeBrowser Automation & Scraping › Tap

Tap

Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

TypeScript Local macOSWindowsLinux Remote
★ 18 stars Last pushed 2026-08-09 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.taprun.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tap https://mcp.taprun.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "tap": {
      "url": "https://mcp.taprun.dev/mcp"
    }
  }
}

Package (npm 0.29.2)

npx -y @taprun/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tap": {
      "command": "npx",
      "args": [
        "-y",
        "@taprun/[email protected]"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (pypi 0.29.2)

uvx taprun

Or add to your MCP client config:

{
  "mcpServers": {
    "tap": {
      "command": "uvx",
      "args": [
        "taprun"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry