reflex for Grok
com.reflexmcp/reflex
Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.
client:Grok
transport:stdio
runtime:npm
Install reflex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
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