ElevenLabs
Generate voice-overs and transcribe audio.
ElevenLabs' skill brings text-to-speech and transcription into the assistant: generate a voice-over from a script, clone-quality voices, transcribe recordings. Free tier with API key. Requires the Python tool "uv" on your machine.
Install ElevenLabs
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "YOUR_ELEVENLABS_API_KEY"
}
}
}
}Before saving, replace YOUR_ELEVENLABS_API_KEY with your key from elevenlabs.io (free tier).
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like ElevenLabs are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.
Industrial-strength web scraping with JavaScript rendering.