The ElevenLabs MCP server provides AI agents with text-to-speech and speech-to-text capabilities. It connects to ElevenLabs' API for high-quality voice synthesis and transcription. Developers use it to add speech features to applications, such as voice assistants, audiobooks, or real-time transcription tools.
The ElevenLabs MCP server provides AI agents with text-to-speech and speech-to-text capabilities. It connects to ElevenLabs' API for high-quality voice synthesis and transcription. Developers use it to add speech features to applications, such as voice assistants, audiobooks, or real-time transcription tools.
pip install elevenlabs-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"elevenlabs-elevenlabs-mcp-github": {
"command": "uvx",
"args": [
"pip install elevenlabs-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from elevenlabs mcp?"
API Key Required
This server requires an API key from elevenlabs mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ELEVENLABS_MCP_API_KEY | Yes | Your elevenlabs mcp API key |
"What resources are available in elevenlabs mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in elevenlabs mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in elevenlabs mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.