desktop-pilot-mcp

floatingbrij/desktop-pilot-mcp
★ 15 stars C# 💻 Code/Dev Tools Updated 8d ago
An MCP server that gives AI assistants full control over native Windows applications — launch, inspect, click, type, screenshot, and test any WinUI3, WPF, WinForms, or Win32 app.
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": {
    "desktop-pilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "floatingbrij/desktop-pilot-mcp"
      ]
    }
  }
}