Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElevenLabs Plugin

Voice AI capabilities for your coding agent — powered by ElevenLabs. Works with Cursor, Claude Code, and OpenAI Codex.

What's included

Skills

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

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.

Installation

Cursor

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.

Claude Code

/plugin marketplace add elevenlabs/plugin
/plugin install elevenlabs@elevenlabs

Or install directly for development: claude --plugin-dir /path/to/plugin

Codex

codex plugin marketplace add elevenlabs/plugin

Then install via /plugins in Codex, or invoke skills with $skill-name.

Skills only (any agent)

npx skills add elevenlabs/skills

Requirements

  • An ElevenLabs account — you'll sign in via OAuth when your agent connects to the MCP server
  • Internet access

About

Plug in for Coding Agents

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors