MCP.so
登录

Elevenlabs Mcp

@elevenlabs

关于 Elevenlabs Mcp

The official ElevenLabs MCP server

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

elevenlabs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ElevenLabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "<insert-your-api-key-here>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Elevenlabs Mcp?

Elevenlabs Mcp is the official ElevenLabs Model Context Protocol (MCP) server that enables interaction with Text to Speech and audio processing APIs. It allows MCP clients like Claude Desktop, Cursor, Windsurf, and OpenAI Agents to generate speech, clone voices, transcribe audio, and more.

How to use Elevenlabs Mcp?

Install with uvx elevenlabs-mcp or pip install elevenlabs-mcp, configure your ElevenLabs API key via the ELEVENLABS_API_KEY environment variable, and add the server config to your MCP client's configuration file (e.g., claude_desktop_config.json for Claude Desktop). Optionally set ELEVENLABS_MCP_BASE_PATH, ELEVENLABS_MCP_OUTPUT_MODE, and ELEVENLABS_API_RESIDENCY environment variables to customize file output and data residency.

Key features of Elevenlabs Mcp

  • Text to speech generation with multiple voice options
  • Voice cloning and voice library management
  • Audio transcription and speaker diarization
  • Sound effect and soundscape generation
  • Voice design for custom character voices
  • Audio isolation and conversion tools

Use cases of Elevenlabs Mcp

  • Generate natural-sounding speech from text for narratives or assistants
  • Clone a voice and apply it to new content or characters
  • Transcribe audio, identify different speakers, and re-voice each speaker
  • Create custom soundscapes like thunderstorms or jungle environments
  • Convert a voice recording to sound like a different character or style

FAQ from Elevenlabs Mcp

What API key do I need and is there a free tier?

You need a valid ElevenLabs API key from the ElevenLabs app settings. There is a free tier with 10,000 credits per month.

What MCP clients are supported?

Supported clients include Claude Desktop, Cursor, Windsurf, and OpenAI Agents, as well as any MCP-compatible client.

How do I handle timeouts with certain tools?

Voice design and audio isolation can take a long time. Timeout errors may appear in the MCP inspector dev mode but should not occur with clients like Claude Desktop.

What output modes are available for generated files?

Three modes: files (save to disk and return paths), resources (return base64-encoded data as MCP resources), and both (save to disk and return as resources). Default is files.

Where are logs located when running with Claude Desktop?

On Windows at %APPDATA%\Claude\logs\mcp-server-elevenlabs.log, and on macOS at ~/Library/Logs/Claude/mcp-server-elevenlabs.log.

评论

其他 分类下的更多 MCP 服务器