realhands - Real Desktop Computer Use for VS Code
io.github.kanishka089/realhands
Lets Claude drive your REAL mouse, keyboard and screen - works in your own logged-in apps.
client:VS Code
transport:stdio
runtime:pypi
Install realhands - Real Desktop Computer Use in VS Code
.vscode/mcp.json
{
"servers": {
"realhands": {
"type": "stdio",
"command": "uvx",
"args": [
"realhands"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs