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
-
One-stop quant-trading AI agent for any coding assistant — MCP server + CLI
-
The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) wi
-
The API layer for AI agents. 26,704 discoverable APIs, 2,895 empirically callable (49 fully managed). MCP native.
-
MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time