Computer Use for Grok
io.github.hightemp/go-computer-use-mcp-server
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
client:Grok
transport:stdio
runtime:npm
Install Computer Use in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"go-computer-use-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server"
],
"env": {
"DISPLAY": "<DISPLAY>",
"XAUTHORITY": "<XAUTHORITY>"
}
}
}
}
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