Control your mouse and keyboard with any MCP-compatible AI agent using this USB HID device server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clawtouch-mcp": {
"command": "npx",
"args": [
"-y",
"vrinda3369/clawtouch-mcp"
]
}
}
}
Run in terminal:
claude mcp add clawtouch-mcp npx -y vrinda3369/clawtouch-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"clawtouch-mcp": {
"command": "npx",
"args": [
"-y",
"vrinda3369/clawtouch-mcp"
]
}
}
}