
Elevenlabs
Give your coding agent ElevenLabs text-to-speech, transcription, and dubbing tools while you build voice or media features.
Overview
com.mcparmory/elevenlabs is a MCP server for the Build phase that converts text to speech, transcribes audio, and dubs videos using ElevenLabs through agent tools.
What is this MCP server?
- Convert text to speech with ElevenLabs voices over MCP
- Transcribe audio and dub videos with AI voice pipelines
- PyPI package mcparmory-elevenlabs via uvx or Docker image ghcr.io/mcparmory/elevenlabs:1.0.3
- stdio MCP transport for agent clients
- Registry id com.mcparmory/elevenlabs version 1.0.3
- Version 1.0.3 on MCP schema 2025-12-11
- 3 described capabilities: TTS, transcribe audio, dub videos
- 2 packages: PyPI uvx and OCI Docker ghcr.io/mcparmory/elevenlabs:1.0.3
Community signal: 25 GitHub stars.
What problem does it solve?
Manually calling ElevenLabs from every agent session slows down voice features and duplicates API wiring across projects.
Who is it for?
Builders shipping voice assistants, course audio, marketing clips, or accessibility features alongside their main app.
Skip if: Pure text-only products with no audio roadmap, or teams that need on-device offline TTS without cloud APIs.
What do I get? / Deliverables
Your agent can request TTS, transcription, and dubbing via MCP tools with one registry-backed ElevenLabs connection.
- MCP tools reachable for TTS, transcription, and dubbing workflows
- Agent-driven audio or dubbed video assets for prototypes
- Single registry-managed ElevenLabs connection across repos
Recommended MCP Servers
Journey fit
Voice and audio capabilities are integrated during product build, before you optimize distribution or lifecycle campaigns. integrations is where external AI APIs are exposed to agents through MCP rather than hand-rolled SDK calls in every project.
How it compares
ElevenLabs API exposed as MCP tools, not a local open-weight TTS model skill.
Common Questions / FAQ
Who is com.mcparmory/elevenlabs for?
Indie builders and agent users who want ElevenLabs voice, transcription, and dubbing callable from Claude Code, Cursor, or similar MCP hosts.
When should I use com.mcparmory/elevenlabs?
Use it while building integrations for narrated demos, voice UI, podcasts, or localized dubbed content before launch polish.
How do I add com.mcparmory/elevenlabs to my agent?
Configure stdio MCP with runtimeHint uvx for mcparmory-elevenlabs or Docker for ghcr.io/mcparmory/elevenlabs:1.0.3 and provide your ElevenLabs API key.