Best for
- Windows users wanting AI agents to operate desktop apps intuitively.
- Developers using Claude or Cursor for end-to-end desktop testing.
- Those needing high-fidelity UI automation with low token overhead.
This server is a powerful, token-efficient option for Windows desktop automation. Its native Rust engine and thoughtful safety features (auto-guards, failsafe) make it suitable for supervised automation contexts. Be mindful of its Windows-only nature and the inherent risks of agent-driven desktop control.
Desktop Touch MCP is a computer-use MCP server for Windows 10/11. It provides 32 tools covering screenshots, UI Automation, Chrome CDP, keyboard/mouse input, and terminal control. Its core design uses semantic discover-then-act targeting (entities with leases instead of pixel coordinates) and per-action perception guards to prevent wrong-window actions. Under the hood is a native Rust engine (UIA focus query in 2 ms) with transparent PowerShell fallback. It includes Key Locker for secure SSH/sudo password autofill. Compatible with Claude, Cursor, and other MCP clients. Licensed under MIT.
npx -y @harusame64/desktop-touch-mcp.chrome.exe --remote-debugging-port=9222 --user-data-dir=C:\tmp\cdp.npx -y @harusame64/desktop-touch-mcp --http (default port 23847).{
"mcpServers": {
"desktop-touch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@harusame64/desktop-touch-mcp"
]
}
}
}