Skip to content
Grok

EXTRA - Native Computer Use for Grok

io.github.aiyantra/extra

Flashless macOS & Windows native computer-use engine for AI vision, mouse & keyboard automation

client:Grok transport:stdio runtime:pypi

Install EXTRA - Native Computer Use in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "extra": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "extra-desktop"
      ]
    }
  }
}

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

EXTRA - Native Computer Use in other clients