MCP Connector
Connect an AI assistant to Jellypod.
The MCP Connector lets an AI assistant create and manage Jellypod content in your organization. Your plan limits and credit rates still apply.
Connect
Add this remote MCP server to your client:
URL: https://mcp.jellypod.com/mcp
Transport: Streamable HTTP
Auth: OAuthOAuth access is available on every plan. Sign in to Jellypod when the client asks. The connection uses your organization and permissions.
Clients without OAuth can send a Jellypod API key as an
Authorization: Bearer YOUR_API_KEY header. API keys require the Creator plan
or higher. Create one in Developers.
Claude Code
claude mcp add --transport http jellypod https://mcp.jellypod.com/mcpRun /mcp, select Jellypod, and sign in.
Codex CLI
codex mcp add jellypod --url https://mcp.jellypod.com/mcp
codex mcp login jellypodFor other clients, add the server URL above as a remote Streamable HTTP server. Use OAuth when the client supports it. Otherwise, use a bearer API key.
Available actions
The connector can:
- List and read Jellypod resources
- Create and update Podcasts and Hosts
- Generate Episodes, Videos, Shorts, and Voiceovers
- Add Sources from text, links, and files
- Update and publish Episodes
- Read Podcast and Episode analytics and transcripts
See the tool reference for current names and arguments.
Upload files
Call request_source_upload with file details, upload to the returned URL, then
pass the Source ID to a generation tool. Omit file details to open a picker or
get a Studio upload link. See the upload guide
for supported files and limits.
Follow generation
Generation tools return id, kind, studio_url, and progress. Call
get_resource with the same kind and id, then wait
progress.poll_after_seconds before polling again. A completed generation may
still have a preparing delivery.
Videos, Shorts, and Voiceovers require an idempotency_key. Episode keys are
optional. Reuse the same key and input after a lost response.
Generation does not publish Episodes. New Podcasts are private. Publishing an Episode does not make its Podcast public.
A failed Video, Short, or Voiceover cannot be retried through MCP. Retry it in Studio or through the public API. MCP cannot delete content; use Studio instead.
Voice cloning, detailed Video editing, billing, team management, and account settings are available only in Studio.
See the agent guide for complete generation flows.
Was this page helpful?