{
  "slug": "elevenlabs",
  "name": "ElevenLabs MCP",
  "vendor": "ElevenLabs",
  "official": true,
  "category": "voice-speech",
  "featured": false,
  "tagline": "Official ElevenLabs server: TTS, voice cloning, SFX, music, and dialogue isolation.",
  "description": "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.",
  "capabilities": [
    "tts",
    "voice-cloning",
    "voice-design",
    "sfx",
    "music",
    "transcription",
    "audio-isolation",
    "speech-to-speech"
  ],
  "tools_sample": [
    "text_to_speech",
    "speech_to_text",
    "text_to_sound_effects",
    "voice_clone",
    "text_to_voice",
    "isolate_audio",
    "compose_music",
    "create_composition_plan",
    "search_voice_library",
    "play_audio"
  ],
  "install": {
    "claude_code": "claude mcp add elevenlabs -e ELEVENLABS_API_KEY=YOUR_KEY -- uvx elevenlabs-mcp",
    "remote_url": null,
    "stdio_command": "uvx elevenlabs-mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "ELEVENLABS_API_KEY",
    "key_url": "ElevenLabs dashboard at elevenlabs.io (free tier: 10k credits/month)"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/elevenlabs/elevenlabs-mcp",
    "docs": "https://elevenlabs.io/blog/introducing-elevenlabs-mcp",
    "site": "https://elevenlabs.io"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}