desktop-control

rosetta-softworks/desktop-control
★ 0 stars C++ AI/LLM Updated today
rosetta desktop control // computer use mcp 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": {
    "desktop-control": {
      "command": "npx",
      "args": [
        "-y",
        "rosetta-softworks/desktop-control"
      ]
    }
  }
}

README Excerpt

Internal Windows 11 headless tool for Rosetta Softworks agents: session enumeration, UIA inspect, policy-gated SendInput, and vision delegated to `replay`. **Docs (source of truth):** [`docs/vision.md`](docs/vision.md), [`docs/architecture.md`](docs/architecture.md), ADRs under [`docs/adr/`](docs/adr/). Agent contract: [`AGENTS.md`](AGENTS.md).

Tools (3)

doctorinforeplay