MCP.so
登录

ElevenLabs MCP Server

@mamertofabian

关于 ElevenLabs MCP Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

mamertofabian

配置

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

{
  "mcpServers": {
    "elevenlabs-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

6

Generate audio from plain text using default voice settings

Generate audio from a structured script with multiple voices and actors

Delete a job by its ID

Get the audio file by its ID

List all available voices

Get voiceover job history. Optionally specify a job ID for a specific job.

概览

What is ElevenLabs MCP Server?

An MCP server that integrates with the ElevenLabs text-to-speech API, enabling voice generation tasks through a Model Context Protocol interface. It includes a sample SvelteKit-based web client for managing audio generation, script parts, and voice history.

How to use ElevenLabs MCP Server?

Install via uvx (recommended) or clone the repository for development. Configure the server by setting the ELEVENLABS_API_KEY and other optional environment variables in your MCP settings file. Use the provided tools like generate_audio_simple or the sample SvelteKit web UI to generate and manage audio.

Key features of ElevenLabs MCP Server

  • Generate audio from text using ElevenLabs API
  • Support multiple voices and script parts
  • SQLite database for persistent history storage
  • Sample SvelteKit MCP Client for web and scripts
  • Tools for listing voices, deleting jobs, and playback

Use cases of ElevenLabs MCP Server

  • Converting articles or notes into spoken audio
  • Producing multi-voice scripts for content creation
  • Building voiceover histories with playback and download

FAQ from ElevenLabs MCP Server

What credentials are required?

An ElevenLabs API key must be provided via the ELEVENLABS_API_KEY environment variable. Optional settings include voice ID, model ID, and audio control parameters.

Does the server store audio history?

Yes, an SQLite database stores a persistent history of all voiceover jobs, which can be retrieved with the get_voiceover_history tool.

Is there a web interface included?

Yes, a sample SvelteKit MCP Client is provided. Run cd clients/web-ui && pnpm install && pnpm dev to start it on localhost:5174.

How do I list available voices?

Use the list_voices tool or access the resource voiceover://voices to get all available ElevenLabs voices.

What transport/authentication is used?

The server uses the standard MCP transport (stdio) and reads the API key from the environment variable ELEVENLABS_API_KEY. No additional authentication is described.

评论

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