docs: add Tap MCP server (local-first browser automation) - #414
Open
LeonTing1010 wants to merge 1 commit into
Open
docs: add Tap MCP server (local-first browser automation)#414LeonTing1010 wants to merge 1 commit into
LeonTing1010 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Tap to the third-party MCP server list under 开发者工具, alongside the other browser-automation entries (Puppeteer / Browserbase / Playwright).
Tap 与它们的差异点:自动化运行在用户本机已登录的浏览器里(Chrome 扩展 + Native Messaging,凭证不出机、不经任何云端浏览器),并且把任务录制一次编译为确定性程序,之后的每次执行都是零 LLM token 的机械重放——AI 只参与编译时,不参与运行时。
@taprun/cli(latest 0.20.7)Install (Local / stdio)
{ "mcpServers": { "tap": { "command": "npx", "args": ["-y", "@taprun/cli", "mcp", "stdio"] } } }Works as-is in Trae (手动添加 → 粘贴 JSON), Cursor, Claude Code, and CodeBuddy. 4 tools:
capture/verify/mark/run; saved automations are exposed as MCP resources (tap://{site}/{name}).Verification
npx -y @taprun/cli --version→0.20.7.llcidejeoobdegbkolbjhfoeckphldce) so replay rides the user's own session.🤖 Generated with Claude Code