npc-moneyhand

npcworkspace-cmyk/npc-moneyhand
★ 1 stars JavaScript Browser/Web Updated 5d ago
Open-source local-first MCP server and Chrome extension for AI agents: browser automation through bounded command groups, progress, multi-page concurrency, and CDP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "npc-moneyhand": {
      "command": "npx",
      "args": [
        "-y",
        "npcworkspace-cmyk/npc-moneyhand"
      ]
    }
  }
}

README Excerpt

**给任何 AI Agent 的轻量浏览器“手”。** Agent 很会理解任务,但让它真正操作网页,通常会走向两个极端:要么每点一下都来回通讯一次,要么先写一整套脚本再运行。MoneyHand 选择中间那条更轻的路——Agent 看懂当前页面后,一次交给它一小组动作,MoneyHand 执行并持续汇报进度,页面发生变化后再把控制权交回 Agent。 你不需要为每个任务编写 MJS,也不需要先搭建一套自动化系统。只要把 Extension 和 Agent Host 接起来,任何能使用 MCP 或本地命令的 Agent 都可以开始工作。 MoneyHand 是 Agent 的轻量浏览器“手”,负责即时操作;[Eric Task Master](https://github.com/npcworkspace-cmyk/eric-task-master) 负责让长任务在 Agent 离开后继续运行。两者定位不同。

Topics

agent-skillsagentic-aiaiai-agentai-agentsautomationbrowser-agentbrowser-automationbrowser-extensionchrome-devtools-protocolchrome-extensionchromiumcomputer-usellmlocal-first