Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gflow-cli in other clients