Generate images & video and publish them to X, Instagram, TikTok, YouTube, LinkedIn, Facebook and Threads — straight from your agent's prompts, in any AI tool.
35 MCP tools · 25 free credits on signup, no card required · bills only on success
How it works
generate_video(
prompt="drone shot, neon city",
aspect_ratio="9:16"
)
→ {"job_id": "job_ab12", "status": "queued"}
get_job("job_ab12")
→ {"status": "succeeded",
"assets": [{"url": "..."}]}
create_post(
account_id="acct_x",
media_urls=["..."],
scheduled_time="2026-07-25T09:00Z"
)
→ {"status": "scheduled"}
Everything a media pipeline needs
Text-to-image and text-to-video, auto-routed to a cheap or high-quality model — or pin one explicitly. Character & style references keep runs consistent.
Post text + media to X, LinkedIn and YouTube now, or schedule it. Retries never double-post; scheduling runs server-side.
Live likes/comments/views per post and ranked top posts — fetched straight from the platforms, no stale snapshots.
Read and reply to YouTube comments, hold X DM conversations — the same MCP surface your posting agent already speaks.
Turn an article or raw text into post material, render quote cards, carousels and clips from templates.
Async jobs, free polling, outcome-based charges. Failed renders cost nothing; retries and restarts never double-charge.
One MCP server, any client
FAQ
generate_* and create_visual bill only on a succeeded render — a failed or still-running job never costs credits. Posting, scheduling, analytics, comments and DMs are free. Every account starts with 25 free credits.
A router picks the best model per request — fast/cheap for drafts, higher-fidelity for finals — or pass model explicitly. See pricing for the live catalog.
No — SuperGen is an MCP server, not a web app you operate by hand. This dashboard exists only for API keys, billing and a request log.
Yes — any MCP client works: ChatGPT connectors, Cursor, n8n, or a raw JSON MCP config with a supergen-api-key header.