Skip to content
Grok

omni computer use for Grok

io.github.jason26214/omni-computer-use

Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.

client:Grok transport:stdio runtime:pypi

Install omni computer use in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omni-computer-use": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<COMPUTER_USE_DEV>"
      }
    }
  }
}

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

omni computer use in other clients