Voice AI capabilities for your coding agent — powered by ElevenLabs. Works with Cursor, Claude Code, and OpenAI Codex.
Skills live in two trees:
- skills/general/ — general ElevenLabs product skills, copied from the official elevenlabs/skills repository. Don't edit these here; contribute upstream instead.
- skills/mcp/ — plugin-native skills that teach agents how to drive the bundled ElevenLabs MCP server.
| Skill | Description |
|---|---|
| agents | Build real-time voice AI agents and assistants |
| dubbing | Dub audio and video into other languages, preserving the original speakers' voices |
| music | Generate instrumental tracks, songs with lyrics, background music, and jingles |
| setup-api-key | Guide users through configuring an ElevenLabs API key |
| sound-effects | Generate sound effects and audio textures from text descriptions |
| speech-engine | Add real-time voice conversations to your own agent runtime |
| speech-to-text | Transcribe audio to text with Scribe v2 |
| text-to-speech | Convert text to natural speech in 70+ languages |
| voice-changer | Transform a recording into a different voice, preserving emotion and timing |
| voice-isolator | Remove background noise and isolate speech from audio |
MCP skills:
| Skill | Description |
|---|---|
| agents-platform | Create, configure, test, and deploy voice agents via the bundled MCP server |
| creative-studio | Generate speech, images, and video, and transcribe audio via the bundled MCP server |
The ElevenLabs hosted MCP server — no local install, no API key. Your agent authenticates with your ElevenLabs account over OAuth and gets access to agent management (create, update, list, duplicate, delete agents; inspect widget config, links, and knowledge base size; estimate LLM usage) and text-to-speech generation. Configured in mcp.json.
Install from the Cursor marketplace, or add this repo as a plugin. When Cursor connects to the MCP server, sign in with your ElevenLabs account to complete the OAuth flow.
/plugin marketplace add elevenlabs/plugin
/plugin install elevenlabs@elevenlabs
Or install directly for development: claude --plugin-dir /path/to/plugin
codex plugin marketplace add elevenlabs/plugin
Then install via /plugins in Codex, or invoke skills with $skill-name.
npx skills add elevenlabs/skills- An ElevenLabs account — you'll sign in via OAuth when your agent connects to the MCP server
- Internet access