ElevenLabs MCP
Official ElevenLabs MCP server. Wraps the full ElevenLabs API surface: text-to-speech, voice cloning, speech-to-text, dubbing, sound effect generation, audio isolation, voice design. MIT-licensed, distributed via PyPI as elevenlabs-mcp. Free tier with 10,000 credits per month.
“Official ElevenLabs MCP server. Wraps the full ElevenLabs API surface: text-to-speech, voice cloning, speech-to-text, dubbing, sound effect generation, audio isolation, voice design. 14 releases shipped, MIT-licensed, distributed via PyPI as elevenlabs-mcp. The release cadence has slowed (last release January, 0 commits in the last 30 days), so flag this for a freshness re-check at the 90-day mark. Audio AI is a thin slice of the agent ecosystem today, and ElevenLabs is the reference vendor. A free tier with 10,000 credits per month makes the surface accessible for evaluation. Output modes (files, resources, both) control whether generated audio lands on disk, comes back as MCP resources (base64-encoded for binary), or both. Long-running operations like voice design and audio isolation may exceed default MCP timeout windows.”
INSTALL THIS SERVER
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-elevenlabs-api-key>"
}
}
}
}
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-elevenlabs-api-key>"
}
}
}
}
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-elevenlabs-api-key>"
}
}
}
}
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-elevenlabs-api-key>"
}
}
}
}
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-elevenlabs-api-key>"
}
}
}
}
7 TOOLS AVAILABLE
OUR ASSESSMENT
- Official ElevenLabs org publication.
- 14 release tags shipped over 13 months.
- MIT-licensed.
- PyPI package elevenlabs-mcp with uvx one-line install.
- Free tier API key (10k credits/month) lowers evaluation friction.
- Three output modes (files, resources, both) for different agent integration patterns.
- Configurable file output base path via ELEVENLABS_MCP_BASE_PATH.
- 0 commits in the last 30 days; last release January 2026. Active maintenance has slowed.
- Long-running operations (voice design, audio isolation) may exceed MCP timeout windows.
- Generation costs ElevenLabs credits; production usage requires a paid plan.
ELEVENLABS_API_KEY env var holds the credential. Generated audio files write to the configured ELEVENLABS_MCP_BASE_PATH (default ~/Desktop). Voice cloning operations on personal voices have privacy implications; review ElevenLabs voice cloning consent requirements before enabling on agents that have access to user audio. The resources output mode keeps generated audio in memory, useful for sandbox deployments.
Teams building agents that produce or consume audio (podcast tooling, accessibility, voiceover automation), workflows that combine speech-to-text, voice cloning, and TTS in a single agent session, and sound design exploration where the agent generates and iterates on soundscapes.
TECHNICAL DETAILS
ADOPTION METRICS
// Reading this1,333 stars and 221 forks; the canonical voice AI MCP. PyPI badge plus Discord community badge in README.
// Reading thisThird-ranked in ai-ml. Distinct sub-niche (voice/audio AI) from the vector-DB and code-intelligence picks in this batch.
SOURCES & VERIFICATION
We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.
The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.
| Source | Their rating | Their star count | Their downloads | Last synced |
|---|---|---|---|---|
| AutomationSwitch This page | 4.3editorial | 1,333 | — | APR 29, 2026 |
| PulseMCP | — unrated | unavailable | unavailable | APR 29, 2026 |
| MCP.so | — unrated | unavailable | unavailable | APR 29, 2026 |
| Glama | — unrated | unavailable | unavailable | APR 29, 2026 |
| Smithery | — unrated | unavailable | unavailable | APR 29, 2026 |
| Official MCP Registry | — unrated | unavailable | unavailable | APR 29, 2026 |
// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.
OTHER AI / ML MCP SERVERS
Codebase Memory MCP
High-performance code intelligence MCP server for AI coding agents. Indexes a codebase into a queryable knowledge graph in milliseconds, with 14 MCP tools spanning structural search, call-chain tracing, impact analysis, dead-code detection, and Cypher queries. Single static C binary, 66 languages via tree-sitter, zero runtime dependencies.
Qdrant MCP Server
Official Qdrant vector database MCP server. Acts as a semantic memory layer on top of Qdrant: store information with metadata, retrieve via similarity search. Two tools, very small surface area, exceptionally maintained by the Qdrant team. Configurable embedding provider (fastembed default), supports remote and local Qdrant clusters.
Pinecone Developer MCP
Official Pinecone MCP for developer workflows. Lets coding assistants search Pinecone documentation, list and configure indexes, generate code informed by index data, and upsert/query records during dev iteration. Apache-2.0, npm-distributed as @pinecone-database/mcp.
DISCUSS YOUR
MCP REQUIREMENTS.
Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.