pbw

mkusaka/pbw
★ 0 stars C# 💻 Code/Dev Tools Updated 3d ago
pbw is a Windows-native C#/.NET desktop automation toolkit with a JSON CLI and MCP stdio server.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pbw": {
      "command": "npx",
      "args": [
        "-y",
        "mkusaka/pbw"
      ]
    }
  }
}

README Excerpt

pbw is a Windows-native C#/.NET desktop automation toolkit with a JSON CLI and MCP stdio server. ```powershell dotnet restore dotnet build --configuration Release dotnet test --configuration Release ``` Download `pbw_<version>_windows_x64.zip` from GitHub Releases, extract it, and place `pbw.exe` on `PATH`.