★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"desktop-pilot-mcp": {
"command": "npx",
"args": [
"-y",
"floatingbrij/desktop-pilot-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add desktop-pilot-mcp npx -y floatingbrij/desktop-pilot-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"desktop-pilot-mcp": {
"command": "npx",
"args": [
"-y",
"floatingbrij/desktop-pilot-mcp"
]
}
}
}
📋 Copy