ElevenLabs MCP
# ElevenLabs MCP Serverless API Transform your applications with the most comprehensive voice generation API built for AI models and modern development. Access 65+ intelligent tools for text-to-speech, voice cloning, transcription, and multi-language dubbing through the standardized Model Context Protocol (MCP). ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect…
ElevenLabs MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Get service health status and connectivity information |
| config | ||
| POST |
/config /config |
Initialize a session for optimized MCP operations and discover available tools. **Perfect for Web Applications & SaaS**: - Creates session for subsequent `/mcp` calls - Returns… |
| mcp | ||
| POST |
/mcp /mcp |
Execute ElevenLabs tools using the Model Context Protocol with intelligent session management. **For Web Applications**: Use session ID from `/config` endpoint **For Desktop MCP… |
| elevenlabs | ||
| POST |
/elevenlabs /elevenlabs |
Direct REST API access for create/update operations without MCP protocol. **Supports all ElevenLabs operations**: - Text-to-speech generation with 2025 advanced features - Voice… |
| GET |
/elevenlabs /elevenlabs |
Direct REST API access for simple operations without MCP protocol overhead. **Perfect for**: Simple integrations, webhooks, automation workflows **Benefits**: No session… |
ElevenLabs MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $39.99 / month | — |
|