ArchBlizzard/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Voice-Enabled MCP Server connects Claude AI with ElevenLabs for voice-enabled conversation capabilities.
Voice-Enabled MCP Server
An MCP server connecting Claude AI with ElevenLabs for voice enabled conversation capabilities.
Quick Setup
Prerequisites
- Claude Desktop
- ElevenLabs API key
- Python 3.8+
Installation
- Install
uv
package manager:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install the MCP server:
uv pip install elevenlabs-mcp
- Configure Claude Desktop:
- Go to Settings > Developer > Edit Config
- Add to
claude_desktop_config.json
:
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": ["elevenlabs-mcp"],
"env": {
"ELEVENLABS_API_KEY": "YOUR_API_KEY"
}
}
}
}
Windows users: Enable Developer Mode via Help > Enable Developer Mode
Usage
- Launch Claude Desktop
- After successful integration, you'll see a developer sign indicating 19 available ElevenLabs MCP tools
- Start a voice conversation with ElevenLabs by stating your preferred voice ID
- The AI will now respond to your queries using the selected ElevenLabs voice, powered by Claude's intelligence
- You can have natural voice conversations, asking questions and receiving spoken responses