Tap MCP Server

The action layer your agent drives in your own logged-in browser - for the exception-heavy, compliance-critical last 20% that clean APIs can't reach. Compiled once, replayed forever at zero LLM tokens.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-09 · ★ 16 · #41 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Tap

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.taprun.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.taprun.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @taprun/cli - the @taprun scope differs from the repo owner (leonting1010); confirm it's the project's official package

registry namespace io.github.LeonTing1010 is GitHub-verified and matches the repo owner

03 · What Tap can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.30.0 · 2026-08-02

Tap v0.30.0 · Install · bash · curl -fsSL | sh · Downloads · | Platform | Binary | · |----------|--------| · | macOS Apple Silicon | tap-macos-arm64 | · | macOS Intel | tap-macos-x64 | · | Linux x64 | tap-linux-x64 |…

v0.29.2 · 2026-08-01

Tap v0.29.2 · Install · bash · curl -fsSL | sh · Downloads · | Platform | Binary | · |----------|--------| · | macOS Apple Silicon | tap-macos-arm64 | · | macOS Intel | tap-macos-x64 | · | Linux x64 | tap-linux-x64 |…

v0.29.1 · 2026-07-28

Tap v0.29.1 · Install · bash · curl -fsSL | sh · Downloads · | Platform | Binary | · |----------|--------| · | macOS Apple Silicon | tap-macos-arm64 | · | macOS Intel | tap-macos-x64 | · | Linux x64 | tap-linux-x64 |…

04 · Who maintains Tap

Tap is maintained by leonting1010. We track 2 MCP servers from leonting1010 - 2 actively maintained, 16 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
browser automation - ranked #41 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-02)
registry
io.github.LeonTing1010/tap (active, first published 2026-04-26 · 33 versions)
packages
npm:@taprun/cli · pypi:taprun

06 · Tap FAQ

What is Tap?

The action layer your agent drives in your own logged-in browser - for the exception-heavy, compliance-critical last 20% that clean APIs can't reach. Compiled once, replayed forever at zero LLM tokens.

Is Tap still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-09 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Tap?

Run `npx -y @taprun/cli`. You can also paste the ready-made client config above.

Does Tap require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Tap