computer mcp for Grok
io.github.agent360dk/computer-mcp
macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.
client:Grok
transport:stdio
runtime:npm
Install computer mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"computer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent360/computer-mcp"
],
"env": {
"CMCP_MODE": "<CMCP_MODE>",
"CMCP_ASK_TIMEOUT": "<CMCP_ASK_TIMEOUT>"
}
}
}
}
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