AudioPod MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AudioPod MCP Serverseparate the vocals from this track"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
|
Transport | Streamable-HTTP (MCP |
Auth |
|
Docs | |
Discovery |
Registry name: ai.audiopod/audiopod (official MCP Registry).
Installing with an agent? llms-install.md is the unattended-install guide — config for each client, how to verify, and the failures to expect.
Using a coding agent? AudiopodAI/audiopod-plugins wraps this server plus fourteen task skills as a one-command install for the major agent CLIs and editors.
Tools
Tool | Does |
| Speech in 200+ languages, 500+ voices and custom clones |
| Clone a voice from a 5–30s reference clip |
| Convert a recording to a different target voice |
| Songs, instrumentals, rap, or vocal stems from a text prompt |
| Split a track into stems (vocals, drums, bass, …); two-stem mode = karaoke |
| Isolate each speaker into a separate track |
| Transcribe with word-level timestamps and speaker diarization |
| Remove background noise while preserving voice character |
| Convert audio/video formats (mp3/wav/flac/ogg/m4a, mp4/mov) |
| Poll the status/result of a long-running job (free) |
Long-running tools return a job_id; poll with check_job_status.
Related MCP server: Talky Talky
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
Two manifests live here and they are not interchangeable: server.json is the
official registry entry (registry schema), server-card.json is the MCP server
card — a reference copy, since the live card is served at the Discovery URL above.
License
MIT — see LICENSE. (Covers this listing/README; the AudioPod service itself is governed by the AudioPod Terms.)
This server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Create images & video from any MCP agent — 17 models, spend limits, one URL.
Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that gives AI agents the ability to process audio files — transcribe speech to text, detect spoken languages, and extract audio metadata.1-
- AlicenseNot gradedqualityDmaintenanceA comprehensive audio MCP server that enables AI agents to generate speech, transcribe audio, clone voices, analyze speech quality, design soundscapes, and manage audio assets through a standardized interface.2MIT
- AlicenseAqualityBmaintenanceHosted multi-model AI media + chat MCP server. Generates images, video, audio, face-swaps and talking-avatars, and chats across 300+ models (Claude, GPT, Gemini, DeepSeek…) - all from one balance and one API key.16MIT
- FlicenseAqualityBmaintenanceAn agent-first MCP server for generating and transforming audio (music, speech, sound effects) via ElevenLabs and Mureka, providing tools for transcription, voice cloning, and multi-speaker dialogue.33-