@tryflowy/cli is the flowy command: sign in once, then generate media, browse your workspace, and connect the Flowy MCP to Claude, Cursor, or Codex without hand-editing any config files.
Set up
1
Sign in
--no-browser to print the sign-in
URL instead (useful over SSH), or --issuer <url> to point at a
non-default authorization server. On success, credentials are written to
~/.flowy/credentials.json.2
Connect your agent
--client (the default is all):For ChatGPT (Developer mode) or any other MCP-capable client,
flowy mcp install also prints the endpoint URL and the raw mcpServers JSON block
to paste into the client’s own MCP settings. See MCP server
for the manual setup.3
Restart your agent
Restart the agent so it picks up the new MCP server, then ask it to
“generate an image with Flowy”.
Commands
- Auth & MCP
- Account & workspace
- Content
- Skill & misc
flowy account and flowy workspace also accept the acc / ws aliases; flowy generate accepts gen.
Workspace context
Every generation and content command acts in your personal account context by default.flowy workspace set <id> switches that context to a
team workspace (persisted in ~/.flowy/settings.json) so subsequent commands
act in, and bill, that workspace instead flowy workspace unset reverts to
the account context.