gflow-cli for Grok
io.github.ffroliva/gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
client:Grok
transport:stdio
runtime:pypi
Install gflow-cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gflow-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"gflow-cli"
],
"env": {
"GFLOW_CLI_HOME": "<GFLOW_CLI_HOME>"
}
}
}
}
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