clawtouch mcp for Cursor
io.github.tinqiao-oss/clawtouch-mcp
USB-HID keyboard/mouse (Pico 2, open firmware) as MCP tools; --mock runs with no hardware
client:Cursor
transport:stdio
runtime:pypi
Install clawtouch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawtouch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clawtouch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs