PluginBench
MCP Server
Active
MIT

io.github.Harusame64/desktop-touch-mcp MCP Server

io.github.Harusame64/desktop-touch-mcp

What is the io.github.Harusame64/desktop-touch-mcp MCP server?

Computer-use MCP for Windows 10/11: 31 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.

How to install io.github.Harusame64/desktop-touch-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

  • DESKTOP_TOUCH_PERCEPTION_IDLE_MS

    Idle ms before the WinEvent sidecar enters dormancy (default 60000).

  • DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE

    Set to '1' to keep the WinEvent sidecar always running (no auto-dormancy).

  • DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE

    Set to '1' to disable the JSONL diagnostic event log (issue #365 Phase 2).

  • DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH

    Override path for the diagnostic event log.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<YOUR_DESKTOP_TOUCH_AUTO_GUARD>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<YOUR_DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
        "DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<YOUR_DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
        "DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<YOUR_DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<YOUR_DESKTOP_TOUCH_AUTO_GUARD>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<YOUR_DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
        "DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<YOUR_DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
        "DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<YOUR_DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<YOUR_DESKTOP_TOUCH_AUTO_GUARD>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<YOUR_DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
        "DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<YOUR_DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
        "DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<YOUR_DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "desktop-touch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "env": {
        "DESKTOP_TOUCH_AUTO_GUARD": "<YOUR_DESKTOP_TOUCH_AUTO_GUARD>",
        "DESKTOP_TOUCH_PERCEPTION_RESOURCES": "<YOUR_DESKTOP_TOUCH_PERCEPTION_RESOURCES>",
        "DESKTOP_TOUCH_PERCEPTION_IDLE_MS": "<YOUR_DESKTOP_TOUCH_PERCEPTION_IDLE_MS>",
        "DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE": "<YOUR_DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE>",
        "DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH": "<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add desktop-touch-mcp --env DESKTOP_TOUCH_AUTO_GUARD=<YOUR_DESKTOP_TOUCH_AUTO_GUARD> --env DESKTOP_TOUCH_PERCEPTION_RESOURCES=<YOUR_DESKTOP_TOUCH_PERCEPTION_RESOURCES> --env DESKTOP_TOUCH_PERCEPTION_IDLE_MS=<YOUR_DESKTOP_TOUCH_PERCEPTION_IDLE_MS> --env DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE=<YOUR_DESKTOP_TOUCH_PERCEPTION_DORMANCY_DISABLE> --env DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE=<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_DISABLE> --env DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH=<YOUR_DESKTOP_TOUCH_DIAGNOSTIC_LOG_PATH> -- npx -y @harusame64/desktop-touch-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →