WaveXisMCP for Grok
io.github.mathiaspaulenko/wavexis-mcp
220 browser automation tools for Chrome, Edge, and Firefox via CDP + BiDi. 100% Python.
client:Grok
transport:stdio
runtime:pypi
Install WaveXisMCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wavexis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wavexis-mcp"
]
}
}
}
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