Labsco
MCP SERVER

GenflowAI

by cwjgege

Find reusable AI creative templates, upload product images, run a saved workflow and poll the async result — without leaving the agent you already work in.

Image Generation
Summary
Built around the run id, not the prompt.

Generation is asynchronous throughout: you start a run, keep the id, and poll status and progress until it completes or fails. That shape suits batch creative work — many SKUs through the same template — far better than a request that blocks. Discovery being free of credentials is a genuinely useful property: you can explore what templates exist before deciding whether to sign up.

What it is

A connector to GenflowAI, a platform for reusable creative workflows rather than one-off generations. It covers the whole production loop from the agent side: discover a template, inspect what inputs it needs, upload the assets, start the run, and collect the finished images, video, audio or text.

What you get
  • Local images, videos or audio uploaded to GenflowAI storage — `genflowai_upload_asset`
  • Your saved workflows listed with their required input fields — `genflowai_list_my_workflows`
  • One workflow's input schema with field names, media types, required flags, defaults and options — `genflowai_get_workflow_schema`
  • A marketplace template or a saved workflow started as an async run — `genflowai_run_template`, `genflowai_run_workflow`
  • Generation status and progress polled by run id, and the final output fetched — `genflowai_get_task_status`, `genflowai_get_run_process`, `genflowai_get_task_result`
  • Public marketplace search across template categories — product photography, ad creatives, UGC video, fashion, jewellery, perfume and marketplace assets — which works without any credential
Requirements

A GenflowAI API key in `GENFLOWAI_API_KEY`, generated in GenflowAI Studio under User Profile > API Key — needed for asset upload and for starting runs; public template discovery works without it. The server is remote over Streamable HTTP at `https://www.genflowai.io/mcp`, taking the key either as an `Authorization: Bearer` header or as `x-api-key` for clients that cannot send bearer headers. `GENFLOWAI_BASE_URL` and `GENFLOWAI_OPENAPI_BASE_URL` override the endpoints for development or staging. Installable as a Codex plugin with `codex plugin marketplace add cwjgege/genflowai-codex-plugin --ref main`.

Setup effort

One command plus a key — codex plugin marketplace add cwjgege/genflowai-codex-plugin --ref main, then supply credentials