Odel
desktop touch mcp

desktop touch mcp

Local
@harusame6417TypeScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@harusame64/desktop-touch-mcpv1.16.0

Run

npx -y @harusame64/desktop-touch-mcp

MCP client config

{
  "mcpServers": {
    "desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ]
    }
  }
}