ElevenLabs MCP Server
by ElevenLabs
Text-to-Speech, voice cloning, and audio processing APIs.
About ElevenLabs
The official ElevenLabs MCP server empowers clients like Claude Desktop, Cursor, and OpenAI Agents to seamlessly integrate with ElevenLabs' Text-to-Speech and audio processing capabilities. Generate realistic speech, clone voices, transcribe audio, and create dynamic soundscapes.
Tags
How to install ElevenLabs
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"elevenlabs": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-elevenlabs"]
}
}
}Example shape only — see the repository for the canonical install command.
Related MCP servers in Developer Tools
Read and write GitHub repos, issues, PRs, and workflows.
Read and write local files inside an allowed directory.
Build, validate, and run n8n workflows programmatically.
Cloud browser automation for LLMs via Browserbase and Stagehand.