leo-elevenlabs-mcp
leo-elevenlabs-mcp
ElevenLabs のテキスト読み上げを、MCP 上の Leo プロバイダーパッケージ として提供します。
Leo の音声パイプラインはこれを自ら行うのではなく、プロバイダーを解決してそちらに問い合わせます。このサーバーはそのプロバイダーの 1 つで、ハブが再ビルドを必要とするパッケージではなく、実行時にインストールするパッケージとして利用できます。
回答する内容
leo_mcp::providers の tts ロール:
synthesize({ text, voice? }) -> { audio_base64 }
voices({}) -> { voices: [{ id, name, detail? }] }結果はテキストコンテンツブロック内の JSON として返されます。これはハブのブリッジが読み取る規約です。
Related MCP server: ElevenLabs MCP Server
設定
Leo からこのプロセスに環境変数として渡されます。設定キーと同一の名前で、そのまま小文字です。渡されるのは、記述子が entitlements.settings_read で宣言し、所有者が同意したキーのみで、設定テーブル全体は決して渡されません。
env | 取得元 |
| 設定 → パッケージ → ElevenLabs |
| 読み上げに使用する音声 |
| オプション。デフォルトは |
何も設定されていない場合、ツールは設定名を挙げて isError を返します。これは意図的なものです。空の回答は実際の結果として Leo に届いてしまうからです。
実行方法
npm install
node index.js # speaks MCP over stdio
npm test # checks the response mapping, no network neededなぜプレーンな JavaScript なのか
これはコミット SHA に固定された git ターボールとして配布され、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