Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Elevenlabs Voice

БесплатноНе проверен

Enables Claude to speak responses out loud using ElevenLabs text-to-speech API, with tools to list voices and convert text to speech.

GitHubEmbed

Описание

Enables Claude to speak responses out loud using ElevenLabs text-to-speech API, with tools to list voices and convert text to speech.

README

A tiny Model Context Protocol server that gives Claude a voice through the ElevenLabs text-to-speech API.

It exposes two tools over stdio so any MCP client (Claude Code, Claude Desktop) can speak its responses out loud or discover voices — operated in plain English:

Tool What it does
list_voices List the voices available on your ElevenLabs account (id + name + labels).
text_to_speech Turn text into an MP3 with a chosen voice/model, save it, and play it.

Multilingual by default (eleven_multilingual_v2), so Polish reads correctly too.

Why

I build agentic systems with Claude and MCP. This wires ElevenLabs into that world as a first-class tool: instead of a one-off API script, Claude itself can decide to speak, pick a voice, and read something back — the same MCP pattern I use elsewhere, pointed at ElevenLabs' audio models.

Setup

npm install
npm run build              # or: npm run dev   (runs from source via tsx)
export ELEVENLABS_API_KEY=sk_...   # free key: elevenlabs.io → Profile → API Keys
npm start

Use it from Claude Code

claude mcp add elevenlabs-voice -- node /absolute/path/to/dist/index.js
# (set ELEVENLABS_API_KEY in your environment first)

Or add it to your Claude Desktop config:

{
  "mcpServers": {
    "elevenlabs-voice": {
      "command": "node",
      "args": ["/absolute/path/to/elevenlabs-voice-mcp/dist/index.js"],
      "env": { "ELEVENLABS_API_KEY": "sk_..." }
    }
  }
}

Then just ask Claude: "list the ElevenLabs voices" or "say 'cześć, świecie' out loud."

Notes

  • A free ElevenLabs account includes enough monthly characters to try this out.
  • Playback uses the OS default (afplay on macOS, aplay on Linux, PowerShell on Windows); generation still works headless if no player is present.
  • Override the default voice/model with ELEVENLABS_VOICE_ID / ELEVENLABS_MODEL_ID, or per call via the tool arguments.

License

MIT

from github.com/krystiangw/elevenlabs-voice-mcp

Установить Elevenlabs Voice в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install elevenlabs-voice-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add elevenlabs-voice-mcp -- npx -y github:krystiangw/elevenlabs-voice-mcp

FAQ

Elevenlabs Voice MCP бесплатный?

Да, Elevenlabs Voice MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Elevenlabs Voice?

Нет, Elevenlabs Voice работает без API-ключей и переменных окружения.

Elevenlabs Voice — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Elevenlabs Voice в Claude Desktop, Claude Code или Cursor?

Открой Elevenlabs Voice на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Elevenlabs Voice with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai