ElevenLabs MCP Server

AIstdiov0.4.0
代码仓库

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.

连接

将此配置添加到 .claude/mcp.json

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

工具 (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"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
ElevenLabs (@elevenlabs)
代码仓库
https://github.com/elevenlabs/elevenlabs-mcp
许可证
MIT
版本
0.4.0
星标
1,500
最后更新
2026年7月9日