Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Official ElevenLabs MCP server for interacting with their Text to Speech and audio processing APIs through MCP clients like Claude Desktop.
Add this to your MCP client configuration:
{
"mcpServers": {
"elevenlabs-elevenlabs-mcp": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<Your ElevenLabs API key>"
}
}
}
}{
"id": "elevenlabs-elevenlabs-mcp",
"name": "ElevenLabs",
"description": "Official ElevenLabs MCP server for interacting with their Text to Speech and audio processing APIs through MCP clients like Claude Desktop.",
"source_url": "https://github.com/elevenlabs/elevenlabs-mcp",
"publisher_name": "elevenlabs",
"publisher_url": "https://github.com/elevenlabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 8333,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "elevenlabs-mcp"
},
"tools_count": 20
}