Drizz Voice Generator
Provides tools for converting text to speech using ElevenLabs voices, batch processing multiple texts, listing available voices, and looking up voice IDs by name.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Drizz Voice GeneratorList available ElevenLabs voices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Drizz Voice Generator
ElevenLabs text-to-speech MCP server for Claude Desktop and Claude Code. Generate voice audio directly from Claude conversations.
Quick Start
git clone <repo-url>
cd drizz-voice-generator
node setup.jsThe setup wizard will:
Install dependencies automatically
Ask for your ElevenLabs API key (validated live)
Ask where to save MP3 files
Configure Claude Desktop automatically
Then restart Claude Desktop — done.
Related MCP server: ElevenLabs MCP Server
Tools
Tool | Description |
| Convert text to an MP3 file |
| Convert multiple texts to MP3s in parallel |
| List all available ElevenLabs voices |
| Look up a voice ID by name |
Example Prompts
"Generate speech saying 'Hello world' with Rachel's voice, save as hello"
"List available ElevenLabs voices"
"Generate the Fathom intro using George's voice saved as fathom_intro, and the outro using Rachel saved as fathom_outro"
Manual Setup
If you prefer to configure manually:
npm installAdd to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"drizz-voice-generator": {
"command": "node",
"args": ["/absolute/path/to/index.js"],
"env": {
"ELEVENLABS_API_KEY": "your_key_here",
"ELEVENLABS_OUTPUT_DIR": "/Users/you/Desktop"
}
}
}
}Config paths by OS:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your ElevenLabs API key |
| No |
| Where MP3 files are saved |
Troubleshooting
Server not showing in Claude Desktop
Make sure you restarted Claude Desktop completely (quit + reopen)
Check that the path to
index.jsin the config is absolute and correct
API key invalid
Get a key at elevenlabs.io → Profile → API Keys
Rate limit errors on batch requests
ElevenLabs free tier has tight rate limits. Try fewer items per batch or upgrade your plan.
License
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
- AlicenseAquality-maintenanceEnables interaction with ElevenLabs Text-to-Speech and audio processing APIs. Supports speech generation, voice cloning, audio transcription, and sound effect creation through natural language.Last updated24
- Alicense-qualityDmaintenanceProvides comprehensive access to ElevenLabs AI audio features including text-to-speech, voice cloning, sound generation, and audio isolation. Enables users to generate high-quality speech, manage voices, transform audio, and access ElevenLabs services through natural language interactions.Last updated103MIT
- AlicenseAqualityFmaintenanceEnables text-to-speech conversion using ElevenLabs API with voice management, streaming support, and multiple models.Last updated51MIT
- FlicenseAqualityCmaintenanceEnables Claude to speak responses out loud using ElevenLabs text-to-speech API, with tools to list voices and convert text to speech.Last updated2
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
List, configure, chat with, analyse and embed your Echo AI assistants.
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
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/parthadrizz/drizz-voice-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server