content
ElevenLabs MCP Server
Official ElevenLabs MCP. Generate voiceovers, clone voices, transcribe audio, and clean up sound from Claude Code or any MCP client.
Pricing: free — MCP server is free and open source. ElevenLabs has a free tier (10k credits/mo, non-commercial). Paid plans from $5/mo for commercial use.
Features
- Text-to-speech with voice selection
- Voice cloning and custom voice design
- Speech-to-text with speaker identification
- Audio isolation and cleanup
- Soundscape and ambient audio creation
- Voice library management
Setup Instructions
1. Get an API key from the ElevenLabs dashboard (free tier: 10k credits/mo)
2. Install uv if needed:
curl -LsSf https://astral.sh/uv/install.sh | sh
3. Add to your Claude Desktop config:
``json
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": ["elevenlabs-mcp"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key"
}
}
}
}
``
4. Restart Claude Desktop and start generating voiceovers with natural languageAdded: 2026-02-24