mcp.film / Voice & Dialogue / ElevenLabs MCP
ElevenLabs MCP
Official ElevenLabs server: TTS, voice cloning, SFX, music, and dialogue isolation.
What it does
The official ElevenLabs MCP server exposes the full audio platform: text-to-speech with thousands of voices, voice cloning and design, text-to-sound-effects, Eleven Music composition, transcription, and audio isolation. For a filmmaker-agent it covers dialogue, SFX, and score from a single API key — the most complete one-stop audio MCP for a film pipeline.
Connect
claude mcp add elevenlabs -e ELEVENLABS_API_KEY=YOUR_KEY -- uvx elevenlabs-mcp
{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
ELEVENLABS_API_KEY — ElevenLabs dashboard at elevenlabs.io (free tier: 10k credits/month)
Tools you'll see
text_to_speechspeech_to_texttext_to_sound_effectsvoice_clonetext_to_voiceisolate_audiocompose_musiccreate_composition_plansearch_voice_libraryplay_audioField notes
Actively maintained (v0.9.1, Jan 2026, ~1.4k stars); also published as Docker image mcp/elevenlabs and on PyPI. Optional env: ELEVENLABS_MCP_BASE_PATH, ELEVENLABS_MCP_OUTPUT_MODE, ELEVENLABS_API_RESIDENCY. Local stdio only — no hosted remote MCP as of June 2026.
Pairs well with
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.
AudioGen MCPpeerjakobsen
Free, local sound-effect generation with Meta's AudioGen — no API key needed.