Back to Browse

Audiopod MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Audio AI tools: text-to-speech, voice cloning, music generation, stem separation, transcription.

About

Audio AI tools: text-to-speech, voice cloning, music generation, stem separation, transcription.

Remote endpoints: streamable-http: https://mcp.audiopod.ai

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-audiopod-audiopod": {
      "url": "https://mcp.audiopod.ai"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Endpointhttps://mcp.audiopod.ai
TransportStreamable-HTTP (MCP 2025-06-18)
AuthX-API-Key: ap_* (or OAuth2 / JWT) — get a free key
Docshttps://docs.audiopod.ai/sdks/mcp
Discovery/.well-known/mcp/server-card.json

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.

Prefer HTTP? The same capabilities are a REST API, and the public Getting Started collection reaches a real 200 in two requests with no account and no API key. More about the collections.

Run in Postman

Tools

ToolDoes
text_to_speechSpeech in 200+ languages, 500+ voices and custom clones
clone_voiceClone a voice from a 5–30s reference clip
change_voiceConvert a recording to a different target voice
generate_musicSongs, instrumentals, rap, or vocal stems from a text prompt
separate_stemsSplit a track into stems (vocals, drums, bass, …); two-stem mode = karaoke
separate_speakersIsolate each speaker into a separate track
transcribe_audioTranscribe with word-level timestamps and speaker diarization
denoise_audioRemove background noise while preserving voice character
convert_mediaConvert audio/video formats (mp3/wav/flac/ogg/m4a, mp4/mov)
check_job_statusPoll 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 user

Claude 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

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.)

Reviews

No reviews yet

Be the first to review this server!