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.

コメント

「その他」の他のコンテンツ