Servers
Elevenlabs Mcp
@elevenlabs
The official ElevenLabs MCP server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<insert-your-api-key-here>"
}
}
}
}