CloakMCP for Grok
io.github.overtimepog/cloakmcp
Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface
client:Grok
transport:stdio
runtime:pypi
Install CloakMCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cloakmcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}
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