leo-elevenlabs-mcp
leo-elevenlabs-mcp
ElevenLabs text-to-speech как пакет провайдера Leo, через MCP.
Конвейер речи Leo не делает это сам — он разрешает провайдера и обращается к нему. Этот сервер — один из таких, доступный как пакет, который хаб устанавливает во время выполнения, а не тот, под который его нужно пересобирать.
На что он отвечает
Роль tts в leo_mcp::providers:
synthesize({ text, voice? }) -> { audio_base64 }
voices({}) -> { voices: [{ id, name, detail? }] }Результаты возвращаются как JSON в текстовом блоке контента — это соглашение, которое читает мост хаба.
Related MCP server: ElevenLabs MCP Server
Конфигурация
Передаётся этому процессу Leo в виде переменных окружения под их ключами настроек,
дословно и в нижнем регистре — только те ключи, которые декларатор объявляет в
entitlements.settings_read и на которые владелец дал согласие, никогда не вся таблица настроек.
env | откуда это берётся |
| Settings → Packages → ElevenLabs |
| голос для озвучивания |
| необязательно; по умолчанию |
Если ничего не настроено, инструмент возвращает isError с указанием настройки. Это
намеренно: пустой ответ дошёл бы до Leo как настоящий результат.
Запуск
npm install
node index.js # speaks MCP over stdio
npm test # checks the response mapping, no network neededПочему простой JavaScript
Это поставляется как git-тарболл, привязанный к SHA коммита, и npm не гарантированно выполняет шаги сборки для URL тарболла. Дерево исходников TypeScript установилось бы, а затем не запустилось на чужой машине, где это труднее всего диагностировать.
Запись в реестре должна указывать полный 40-символьный SHA коммита. Тег читается как равно конкретный, но это не так — его можно переместить после проверки записи.
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceAn official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.271,530MIT- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides text-to-speech, speech-to-text, and voice management via ElevenLabs API.1
- AlicenseNot gradedqualityCmaintenanceOfficial MCP server that enables interaction with ElevenLabs Text to Speech and audio processing APIs. It allows generating speech, cloning voices, transcribing audio, and creating sound effects through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceA self-hosted HTTP MCP server wrapping the ElevenLabs speech-to-text API, enabling audio transcription with speaker diarization.
Related MCP Connectors
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Google Veo AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheBananaStand/leo-elevenlabs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server