FREE MCP v1.7.2

@harusame64/desktop-touch-mcp

Let Claude, Cursor, or any MCP client see and operate your Windows 10/11 desktop. 28 tools for screenshots, UI Automation, Chrome CDP, keyboard/mouse, terminal, with semantic discover-then-act targeting and per-action perception guards that avoid wrong-wi

View on npm Source

Install

# CLI install
npm install -g @harusame64/desktop-touch-mcp

MCP client config

{
  "command": "npx",
  "args": ["-y", "@harusame64/desktop-touch-mcp"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@harusame64/desktop-touch-mcp
Version
1.7.2
Author
GitHub Actions
Published
2026-05-19
Keywords
mcp, mcp-server, model-context-protocol, claude, claude-desktop, claude-code, anthropic, cursor

Related MCPs

Browse all MCPs →