gflow-cli for Cursor
io.github.ffroliva/gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
client:Cursor
transport:stdio
runtime:pypi
Install gflow-cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gflow-cli": {
"type": "stdio",
"command": "uvx",
"args": [
"gflow-cli"
],
"env": {
"GFLOW_CLI_HOME": "<GFLOW_CLI_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs