leo-elevenlabs-mcp
leo-elevenlabs-mcp
ElevenLabs 文本转语音,作为一个 Leo provider 包,通过 MCP 提供。
Leo 的语音管线本身并不做这件事——它会解析出一个 provider,然后向它请求。这个服务器就是这样一个 provider,可以作为 hub 在运行时安装的包来访问,而不是需要 hub 为它重新构建的那种包。
它响应什么
leo_mcp::providers 中的 tts 角色:
synthesize({ text, voice? }) -> { audio_base64 }
voices({}) -> { voices: [{ id, name, detail? }] }结果以 JSON 形式放在文本内容块中返回,这是 hub 的桥接器读取时所遵循的约定。
Related MCP server: ElevenLabs MCP Server
配置
Leo 通过环境变量将这些配置传递给此进程,环境变量使用其设置键,原样且小写——只有描述符在 entitlements.settings_read 中声明且所有者同意的键,绝不会是整个设置表。
环境变量 | 来源 |
| 设置 → 包 → ElevenLabs |
| 用于发声的音色 |
| 可选;默认为 |
未配置任何内容时,工具会返回 isError 并指明该设置。这是有意为之:空答案会作为真实结果到达 Leo。
运行它
npm install
node index.js # speaks MCP over stdio
npm test # checks the response mapping, no network needed为什么使用纯 JavaScript
本项目以 git tarball 形式发布,并固定到某个 commit SHA;npm 对 tarball URL 并不能可靠地执行构建步骤。如果是 TypeScript 源码树,安装后会在别人的机器上启动失败,而这种情况最难诊断。
注册表条目必须指定一个完整的 40 字符 commit 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