mcp-server
0
This project is an MCP server that integrates Claude AI with ElevenLabs to enable voice interactions. It allows users to have natural voice conversations with AI, using ElevenLabs voices and Claude's 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