Skip to content
Grok

open-compute (computer-use) for Grok

io.github.lukisch/open-compute-mcp

Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting.

client:Grok transport:stdio runtime:npm

Install open-compute (computer-use) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "open-compute-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "open-compute-mcp"
      ]
    }
  }
}

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

open-compute (computer-use) in other clients