realhands - Real Desktop Computer Use for Cursor
io.github.kanishka089/realhands
Lets Claude drive your REAL mouse, keyboard and screen - works in your own logged-in apps.
client:Cursor
transport:stdio
runtime:pypi
Install realhands - Real Desktop Computer Use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"realhands": {
"type": "stdio",
"command": "uvx",
"args": [
"realhands"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs