audiopod-mcp
Hosted MCP server for AudioPod's audio AI — TTS, voice cloning, music, stems, speaker separation, transcription. Streamable-HTTP at mcp.audiopod.ai.
Documentation
AudioPod MCP Server
Hosted Model Context Protocol server for AudioPod's audio AI. Give any MCP-capable agent — Claude Desktop, Claude Code, Cursor, Continue, Cline, Goose, Codex — ten audio tools over a single endpoint. No install, no local models, no GPU.
| Endpoint | `https://mcp.audiopod.ai` |
|---|---|
| Transport | Streamable-HTTP (MCP `2025-06-18`) |
| Auth | `X-API-Key: ap_*` (or OAuth2 / JWT) — get a free key |
| Docs | https://docs.audiopod.ai/sdks/mcp |
| Discovery | `/.well-known/mcp/server-card.json` |
Tools
| Tool | Does |
|---|---|
| `text_to_speech` | Speech in 85+ languages, 500+ voices and custom clones |
| `clone_voice` | Clone a voice from a 5–30s reference clip |
| `change_voice` | Convert a recording to a different target voice |
| `generate_music` | Songs, instrumentals, rap, or vocal stems from a text prompt |
| `separate_stems` | Split a track into stems (vocals, drums, bass, …); two-stem mode = karaoke |
| `separate_speakers` | Isolate each speaker into a separate track |
| `transcribe_audio` | Transcribe with word-level timestamps and speaker diarization |
| `denoise_audio` | Remove background noise while preserving voice character |
| `convert_media` | Convert audio/video formats (mp3/wav/flac/ogg/m4a, mp4/mov) |
| `check_job_status` | Poll the status/result of a long-running job (free) |
Long-running tools return a `job_id`; poll with `check_job_status`.
Add it
Claude Code
claude mcp add --transport http audiopod https://mcp.audiopod.ai \
--header "X-API-Key: ap_YOUR_KEY" --scope userClaude Desktop / Cursor / Continue / Cline — add to your `mcpServers` config:
{
"mcpServers": {
"audiopod": {
"url": "https://mcp.audiopod.ai",
"headers": { "X-API-Key": "ap_YOUR_KEY" }
}
}
}Try it (raw JSON-RPC)
# List tools
curl -s https://mcp.audiopod.ai \
-H "X-API-Key: ap_YOUR_KEY" -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
# Text to speech
curl -s https://mcp.audiopod.ai \
-H "X-API-Key: ap_YOUR_KEY" -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call",
"params":{"name":"text_to_speech","arguments":{"text":"Hello from my agent."}}}'Building a startup on this?
Apply to **AudioPod for Startups** — free Pro for 3 months plus developer API credits for eligible early-stage teams.
Links
- Website — https://audiopod.ai
- API + SDK docs — https://docs.audiopod.ai
- MCP setup guide — https://docs.audiopod.ai/sdks/mcp
License
MIT — see LICENSE. (Covers this listing/README; the AudioPod service itself is governed by the AudioPod Terms.)
Frequently asked questions
What is audiopod-mcp?
audiopod-mcp is Hosted MCP server for AudioPod's audio AI — TTS, voice cloning, music, stems, speaker separation, transcription. Streamable-HTTP at mcp.audiopod.ai.
How do I install audiopod-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is audiopod-mcp open source?
Yes — it is hosted on GitHub at https://github.com/AudiopodAI/audiopod-mcp.
Related MCP tools
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
👾 Open Computer Use – Open-Source Alternative to Codex Computer Use
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
One place to manage & connect to all your MCP servers
Meta Ads (Facebook/Instagram) MCP server for Claude, ChatGPT, Perplexity & Cursor — the Meta node of Pipeboard’s 5-platform family (+ Google, TikTok, Snap, Reddit). Hosted remote MCP, badged Meta Business Partner, free plan — no self-hosting required.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP