Back to directory
mamertofabian/elevenlabs-mcp-server

mamertofabian/elevenlabs-mcp-server

@mamertofabian

ElevenLabs MCP server集成文本转语音API,支持多语音和脚本部分,包含SvelteKit客户端

text-to-speechelevenlabsvoice-synthesismcp-serversveltekitaudio-generationentertainment

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13