Skip to content
Grok

realhands - Real Desktop Computer Use for Grok

io.github.kanishka089/realhands

Lets Claude drive your REAL mouse, keyboard and screen - works in your own logged-in apps.

client:Grok transport:stdio runtime:pypi

Install realhands - Real Desktop Computer Use in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "realhands": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "realhands"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

realhands - Real Desktop Computer Use in other clients