mcp.film

mcp.film / Voice & Dialogue / ElevenLabs MCP

ElevenLabs MCP

Officialby ElevenLabsfreemiumverified Jun 11, 2026

Official ElevenLabs server: TTS, voice cloning, SFX, music, and dialogue isolation.

Rate it: no ratings yet

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 Code
claude mcp add elevenlabs -e ELEVENLABS_API_KEY=YOUR_KEY -- uvx elevenlabs-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env 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_audio

Field 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