computer use omni for Grok
io.github.jason26214/computer-use-omni
A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.
client:Grok
transport:stdio
runtime:pypi
Install computer use omni in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"computer-use-omni": {
"type": "stdio",
"command": "uvx",
"args": [
"computer-use-omni"
],
"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