pbm

mkusaka/pbm
★ 0 stars Swift Code/Dev Tools Updated 15d ago
pbm is a deterministic macOS desktop automation CLI and MCP stdio server.
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": {
    "pbm": {
      "command": "npx",
      "args": [
        "-y",
        "mkusaka/pbm"
      ]
    }
  }
}

README Excerpt

`pbm` is a deterministic macOS desktop automation CLI and MCP stdio server. The macOS implementation is native Swift and returns the stable JSON contract: ```json { "schemaVersion": "pbm.stable.v1", "ok": true, "data": {} } ``` Failures use the same envelope with structured error codes. Commands do not call AI models, agents, model providers, natural-language planners, shell execution tools, or remote public listeners.