Codex integration
Add ShortGenius to Codex as an MCP server and OpenAI's coding agent can draft scripts, render videos, generate images and speech, and manage your account without leaving the terminal.
Codex is OpenAI's terminal coding agent. Register the public ShortGenius MCP server with one command and Codex can do real creative work: drafting video scripts, generating videos, images, and text-to-speech, starting scheduled recurring series, and managing your library, all from the command line.
Describe the result and Codex drives ShortGenius for you — no clicking through screens, no glue code.
Codex taps your voices, image styles, and soundtrack library, so every render is built from real assets.
Chain scripting, generation, and publishing into a single turn instead of clicking through screens.
Once Codex is connected, you can drive ShortGenius with plain-language prompts.
Two commands. Authenticate with OAuth in the browser.
Fastest path: paste this into Codex and it connects ShortGenius itself.
Fetch https://shortgenius.com/prompt.md
Run this in your terminal to register the ShortGenius MCP server with Codex.
codex mcp add shortgenius --url https://app.shortgenius.com/api/mcp
Authenticate the connection. Codex opens a browser sign-in; approve the requested scopes with your ShortGenius account.
codex mcp login shortgenius
If your Codex build predates the mcp commands, add this to ~/.codex/config.toml instead.
[mcp_servers.shortgenius] url = "https://app.shortgenius.com/api/mcp"
Ask Codex to draft a script or generate media; the ShortGenius tools appear in its tool list.
Drop any of these into Codex after connecting.
Draft a 30-second video script about our new release from this changelog URL
Generate a vertical video from that script and let me review it
Create a square image and a voiceover for my next TikTok
Start a recurring weekly series that posts AI news shorts
Check my ShortGenius credit balance and which accounts are connected
Frequently Asked Questions
Run "codex mcp add shortgenius --url https://app.shortgenius.com/api/mcp" and then "codex mcp login shortgenius". Codex connects over streamable HTTP and authenticates with OAuth. Older versions can add the server to ~/.codex/config.toml instead.
Create a free account and generate an API key to get started in minutes.