AutoContent MCP Serverfor Codex CLI and Claude Code
AutoContent MCP gives agents one endpoint to generate podcasts, videos, infographics, and slide decks from source text or URLs. Use the same pattern every time: create job, poll status, return final URL.
https://mcp.autocontentapi.com/mcpLooking for full request payloads and response fields? Visit AutoContent API documentation.
Installation
Codex CLI
Single command
codex mcp add autocontentapi --url https://mcp.autocontentapi.com/mcpCC (Claude Code)
Single command
cc mcp add --transport http autocontentapi https://mcp.autocontentapi.com/mcpTools by Asset Type
Every asset type follows the same model: call a create tool, then call the matching status tool.
create_podcastget_podcast_statusInputs: Use sourceText and/or sourceUrls. Add prompt when you need style control.
Done: Read audioUrl when status is 100.
create_infographicget_infographic_statusInputs: Use sourceText and/or sourceUrls. Add prompt for framing and emphasis.
Done: Read imageUrl when status is 100.
create_slide_deckget_slide_deck_statusInputs: Use sourceText and/or sourceUrls. Add prompt for audience and tone.
Done: Read deckUrl when status is 100.
create_videoget_video_statusInputs: Use sourceText and/or sourceUrls. Add prompt for narrative direction.
Done: Read videoUrl when status is 100.
repurpose_contentSame status tool as target typeInputs: Use a completed request and target output type; optional prompt supported.
Done: Poll using the status tool of the target type.
Use Cases
Common workflows teams run with AutoContent MCP in Codex and CC.
Weekly Product Podcast Briefings
Turn changelogs, release notes, and roadmap updates into a weekly internal podcast recap.
get_podcast_statusaudioUrlSales-Ready Infographics from Reports
Convert market research or customer data into polished one-page visuals your sales team can share.
get_infographic_statusimageUrlExecutive Slide Deck Drafts
Generate first-pass decks from quarterly updates, board notes, or long-form strategy documents.
get_slide_deck_statusdeckUrlWebinar and Campaign Recap Videos
Create short recap videos from webinar transcripts, landing pages, and campaign performance summaries.
get_video_statusvideoUrlRepurpose High-Performing Content
Take a successful request and quickly repurpose it into another format without rewriting everything.
Target type status toolTarget type URL fieldClient Deliverables at Scale
Automate repeated content deliverables per account while keeping one consistent MCP workflow.
get_*_statusasset URLTypical Flow
Agent-safe sequence that works across all asset types.
Run one MCP add command in your client.
Call the create_* tool and persist the returned requestId.
Poll the matching get_*_status tool every 30-60 seconds.
When status is 100, read the output URL field and hand off the asset.
Get Started
For request schemas, optional parameters, and full API behavior, check the docs. You need an AutoContent API key to use this MCP server.
FAQ
Do I need an API key to use AutoContent MCP?
Yes. Your AutoContent account must have a valid API key to authorize MCP tool calls.
Which clients can connect to this MCP server?
AutoContent MCP supports Codex CLI and Claude Code with the single-line commands on this page.
Where can I find full parameter and response schemas?
Use the AutoContent docs at docs.autocontentapi.com for detailed API and tool behavior.