mcpbeat Sign in

Desktop Touch MCP Server

by harusame64 Your server? Claim it
local only

Desktop Touch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 320 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 413 · avg 92 · +55% w/w
a month agotoday
320
Installs / week
npm · @harusame64/desktop-touch-mcp
20
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

    if ((program === "sudo" || program === "doas") && privLaunchesInteractiveShell(rest)) return "interactive";
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(HELPER_EXE, ["-PipeName", pipeName, "-McpPid", String(mcpPid)], {
Builds a file path from a variable src/engine/screenshot-cache.ts:290
  fs.writeFileSync(path.join(root, file), data, { mode: 0o600, flag: "wx" });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:288
      - name: Update SHA256 in launcher.js
        env:
          SHA256: ${{ steps.sha.outputs.sha256 }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Desktop Touch MCP and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add desktop-touch-mcp -- npx -y @harusame64/desktop-touch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.desktop-touch-mcp]
command = "npx"
args = ["-y", "@harusame64/desktop-touch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "desktop-touch-mcp": {
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.), DESKTOP_TOUCH_RESOLVE_LOG_RAW (Set to '1' to record window titles and title queries in clear in the diagnostic event log. Off by default: titles are recorded as a short hash plus their length, because a title can contain a file name, a mail subject, or a browser page title.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Desktop Touch MCP

same job, measured the same way
Hypr Cua MCP
by smirnovlabs

Hyprland/Wayland computer-use MCP: grim screenshots + uinput click/type + hyprctl targeting

119 installs/wk local only
open-compute (computer-use)
by lukisch

Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting.

85 installs/wk local only
Browser MCP
by shreyas-profile

Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

answering
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
MCP Osascript
by m0rvayne

macOS automation: 17 typed tools for windows, menus, keyboard, clipboard, tabs, screenshots

60 installs/wk local only
Browser Gateway
by browser-gateway

AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.

217 installs/wk local only
Windows Computer Use MCP
by hiphopanda

Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.

106 installs/wk local only
Remote Browser MCP Server from MCPBundles
by mcpbundles

Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video

answering

Desktop Touch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Desktop Touch MCP?
Desktop Touch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @harusame64/desktop-touch-mcp was installed 320 times last week.
How do I connect Desktop Touch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @harusame64/desktop-touch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Desktop Touch MCP?
The npm package @harusame64/desktop-touch-mcp was installed 320 times in the last week. Week over week that is +55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Desktop Touch MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 20 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.