← Index

io.github.Harusame64/desktop-touch-mcp

io.github.Harusame64/desktop-touch-mcp·v1.1.3·Other
Quality Score
85
/100

Windows 11 desktop automation MCP server. Win32, UIA, CDP/Chrome, 28 tools. Windows-only.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<desktop_touch_auto_guard>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<desktop_touch_perception_resources>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<desktop_touch_auto_guard>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<desktop_touch_perception_resources>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @harusame64/desktop-touch-mcp
§02  Environment variables
DESKTOP_TOUCH_AUTO_GUARD

Set to '0' to disable automatic action guards (reverts to v0.11.12 behavior).

DESKTOP_TOUCH_PERCEPTION_RESOURCES

Set to '1' to enable MCP perception resources (perception://target/.../timeline etc.).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other