desktop-touch-mcp
About
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DESKTOP_TOUCH_AUTO_GUARD DESKTOP_TOUCH_PERCEPTION_RESOURCES DESKTOP_TOUCH_PERCEPTION_IDLE_MS DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATHClaude Code
claude mcp add --env DESKTOP_TOUCH_AUTO_GUARD= --env DESKTOP_TOUCH_PERCEPTION_RESOURCES= --env DESKTOP_TOUCH_PERCEPTION_IDLE_MS= --env DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE= --env DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE= --env DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH= desktop-touch-mcp -- npx @harusame64/desktop-touch-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"desktop-touch-mcp","command":"npx","args":["@harusame64/desktop-touch-mcp"],"env":{"DESKTOP_TOUCH_AUTO_GUARD":"","DESKTOP_TOUCH_PERCEPTION_RESOURCES":"","DESKTOP_TOUCH_PERCEPTION_IDLE_MS":"","DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE":"","DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE":"","DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH":""}}'
JSON
{
"mcpServers": {
"desktop-touch-mcp": {
"command": "npx",
"args": [
"@harusame64/desktop-touch-mcp"
],
"env": {
"DESKTOP_TOUCH_AUTO_GUARD": "",
"DESKTOP_TOUCH_PERCEPTION_RESOURCES": "",
"DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "",
"DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "",
"DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.