# AudioPod MCP

> Hosted MCP for TTS, voice cloning, music, stem and speaker separation, and denoise.

- **Category:** Voice & Dialogue
- **Vendor:** AudioPod AI (official)
- **Pricing:** freemium
- **Verified:** 2026-09-21

## What it does

AudioPod is a browser audio workstation built for podcasts and audiobooks, and its official MCP puts ten of those tools behind one hosted endpoint: text-to-speech in 200+ languages, voice cloning from a short reference, voice conversion, music generation, stem separation, per-speaker isolation, diarized transcription with word-level timestamps, denoising, and format conversion. For a cutting room the draw is the unglamorous middle of the post chain — pulling a clean dialogue stem off a location mix, splitting overlapping speakers, generating temp VO or ADR, and getting timestamped transcripts an agent can cut against. Nothing installs locally and no GPU is involved; long jobs return a job id you poll.

## Connect

- Remote endpoint: `https://mcp.audiopod.ai`
- Remote headers required: `X-API-Key`
- Claude Code: `claude mcp add --transport http audiopod https://mcp.audiopod.ai --header "X-API-Key: ap_YOUR_KEY" --scope user`

**Auth:** api_key — <https://audiopod.ai/dashboard/account/api-keys> — free key, no card; OAuth2 and JWT bearer are also accepted

## Capabilities

[tts](https://mcp.film/capabilities/tts.md) · [voice-cloning](https://mcp.film/capabilities/voice-cloning.md) · [speech-to-speech](https://mcp.film/capabilities/speech-to-speech.md) · [music-generation](https://mcp.film/capabilities/music-generation.md) · [stems](https://mcp.film/capabilities/stems.md) · [audio-separation](https://mcp.film/capabilities/audio-separation.md) · [transcription](https://mcp.film/capabilities/transcription.md) · [diarization](https://mcp.film/capabilities/diarization.md) · [denoising](https://mcp.film/capabilities/denoising.md) · [format-conversion](https://mcp.film/capabilities/format-conversion.md) · [async-jobs](https://mcp.film/capabilities/async-jobs.md) · [remote-mcp](https://mcp.film/capabilities/remote-mcp.md)

## Sample tools

`text_to_speech` · `clone_voice` · `change_voice` · `generate_music` · `separate_stems` · `separate_speakers` · `transcribe_audio` · `denoise_audio` · `convert_media` · `check_job_status`

## Field notes

Verified 21 Sep 2026: an unauthenticated initialize returns a 401 that enumerates its own auth methods, and the server card at https://audiopod.ai/.well-known/mcp/server-card.json declares streamable-http on protocol 2025-06-18 with oauth2 and X-API-Key both supported. We did not run the tools — every one of them needs a key. Read the licence correctly: the repo is MIT and is actively pushed (19 Sep 2026), but it contains the README, the registry manifest and the server card, not the server, which is hosted and closed; the README says so itself. Judge maintenance by AudioPod the product, not the 0-star repo. The free tier is quoted two different ways depending where you look — the website says 1,000 credits a month with no card, the server card says new developer accounts start with $1 of free API credit — so confirm which pool your key draws on before planning a batch; paid is $1 for 7,500 credits pay-as-you-go or $20/month for 200,000. The auth 401 also advertises an `api_key` query-parameter form: use the header, because keys in URLs end up in logs and referrers. Scope check before you list it as a film tool: this is a podcast and audiobook workstation, so its music and TTS are broad rather than cinematic — for performance-grade voice direction see elevenlabs or cartesia, and for loudness and delivery QC see auphonic-zapier. convert_media does handle mp4 and mov, which makes it a light transcode step as well.

## Verification

- Status: Freshly checked (checked today)
- Added: 2026-09-21
- Last verified: 2026-09-21
- Machine JSON: https://mcp.film/api/mcps/audiopod.json

## Links

- Site: https://audiopod.ai/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=audiopod%3Asite
- Docs: https://docs.audiopod.ai/sdks/mcp?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=audiopod%3Adocs
- Repo: https://github.com/AudiopodAI/audiopod-mcp

---

Structured data: https://mcp.film/api/mcps/audiopod.json · Directory: https://mcp.film
Canonical: https://mcp.film/mcps/audiopod/
Hosted directory MCP: https://mcp.film/mcp
