ElevenLabs MCP Server

AIstdiov0.4.0
Repositorio

Official MCP server for the ElevenLabs audio platform. Gives AI agents text-to-speech, voice cloning, speech-to-text transcription, sound-effect generation, and voice library management. Useful for building voice agents, narration, audiobooks, dubbing, and accessible audio experiences.

Conectar

Añade esta configuración a .claude/mcp.json

{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>"
      }
    }
  }
}

Herramientas (2)

text_to_speech

Convert text to natural speech audio using a selected voice.

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to synthesize"
    },
    "voice_id": {
      "type": "string",
      "description": "Voice ID to use"
    }
  }
}

speech_to_text

Transcribe an audio file to text with optional speaker diarization.

{
  "type": "object",
  "required": [
    "file_path"
  ],
  "properties": {
    "file_path": {
      "type": "string",
      "description": "Path to the audio file to transcribe"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
ElevenLabs (@elevenlabs)
Repositorio
https://github.com/elevenlabs/elevenlabs-mcp
Licencia
MIT
Versión
0.4.0
Estrellas
1,500
Última actualización
9 de julio de 2026