LogoSTMCP
Download
elevenlabs-mcp-server

ElevenLabs MCP Server

ElevenLabs MCP Server integrates with ElevenLabs text-to-speech API, providing audio generation tools and a sample SvelteKit client for voice management and playback.

Tools

1. generate_audio_simple

Generate audio from plain text using default voice settings.

2. generate_audio_script

Generate audio from a structured script with multiple voices and actors.

3. delete_job

Delete a job by its ID.

4. get_audio_file

Get the audio file by its ID.

5. list_voices

List all available voices.

6. get_voiceover_history

Get voiceover job history, optionally specifying a job ID for a specific job.

Open Graph image for ElevenLabs MCP Server

JSON Config

{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": ["elevenlabs-mcp-server"],
      "env": {
        "ELEVENLABS_API_KEY": "your-api-key",
        "ELEVENLABS_VOICE_ID": "your-voice-id",
        "ELEVENLABS_MODEL_ID": "eleven_flash_v2",
        "ELEVENLABS_STABILITY": "0.5",
        "ELEVENLABS_SIMILARITY_BOOST": "0.75",
        "ELEVENLABS_STYLE": "0.1",
        "ELEVENLABS_OUTPUT_DIR": "output"
      }
    }
  }
}

Useful Links

Information