The Creatify Agent Plugin connects Codex to Creatify so you can create AI avatar videos, voices, image/video assets, and full ad creatives with AI assistance — with live Creatify pages opening in the host's in-app browser as the work runs.
Paste this into a new conversation in the ChatGPT/Codex desktop app:
Read github.com/creatify-ai/Creatify-agent-plugin to install the Creatify plugin and create my first ad.
That's it — the agent reads the guide below and does the rest, including the sign-in flow.
If you are a Codex agent reading this for a user: read this whole guide before running commands, then complete every step in order. Do not stop after install, login, or verification — the required final step is starting the user's first Creatify task.
If you are running in the web app or any isolated remote workspace, stop before running install commands: this conversation cannot modify the desktop app's local plugin directory or bundled Codex configuration. Tell the user to open the ChatGPT/Codex desktop app on the machine where they want to work, start a new conversation there, and paste the install prompt above.
Find the bundled Codex CLI path for this desktop-app installation before
running commands. Do not use a standalone Codex CLI from npm, Homebrew,
another package manager, or a random codex found in PATH.
"<BUNDLED_CODEX>" plugin marketplace add https://github.com/creatify-ai/Creatify-agent-plugin.git --ref main
If the command fails because no usable git executable is available, locate
the Git binary this machine already has and prepend its directory to PATH
for the install command, then rerun it. Only as a last resort install Git,
open a new terminal, confirm git --version, and rerun the command.
Do not open a new thread yet — complete login and verification first.
codex mcp login creatify
This opens the Creatify browser OAuth page automatically. Follow the sign-in flow. When the command completes, Creatify stays logged in for future Codex sessions. No tokens are stored in this repository.
- Plugin status shows the
creatifyrow as installed and enabled. codex mcp get creatifyshows the MCP server registered.mcp__creatify__*tools are visible in a NEW conversation (the install thread has already captured its tool list — do not keep testing there).- Browser-control capability is discoverable (
browser:control-in-app-browser/node_repl js): Creatify tool results include live page handoffs that open in the in-app browser. If browser controls are unavailable on this machine, the plugin still works — present thepage_urllinks from tool results instead.
Do not end at "installed successfully". Ask the user what product or brand they want to promote, then:
- If they have a product URL, import it with
product_create; otherwise pick an existing product viaproduct_list. - Create their first ad with
creative_create_session— a live Creatify session page opens in the in-app browser and updates as the ad generates.
creatify/— the Creatify Codex plugin package.creatify/.codex-plugin/plugin.json— plugin metadata used by Codex.creatify/.mcp.json— MCP server configuration (hosted endpoint:https://api.creatify.ai/mcp, OAuth 2.1 + PKCE handled by Codex).creatify/skills/— workflow skills for common Creatify tasks.
- A Creatify account.
- Codex with plugin support.
For product information, visit creatify.ai.