windows-control-mcp

HamdanProfessional/windows-control-mcp
★ 0 stars Python AI/LLM Updated 6d ago
MCP server that lets AI agents operate Windows apps via Windows OCR and real input - with a WhatsApp layer (unread, chats, sending, downloads) that runs entirely in the background. No injection.
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": {
    "windows-control-mcp": {
      "command": "uvx",
      "args": [
        "windows-control-mcp"
      ]
    }
  }
}

Or install with pip: pip install windows-control-mcp