AI voice generation and text-to-speech via MCP. Convert text to natural-sounding speech, clone voices, and manage audio content. The official ElevenLabs MCP integration powered by their voice AI platform.
Install via CLI
mog install mogteam/mcp-elevenlabsManual config
ElevenLabs API key (from elevenlabs.io/app/settings/api-keys)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
AI voice generation and text-to-speech via MCP. Convert text to natural-sounding speech, clone voices, and manage audio content. The official ElevenLabs MCP integration powered by their voice AI platform.
mog install mogteam/mcp-elevenlabs
Requires Python and
uv. Install with:pip install uvorbrew install uv.
voice tts speech audio elevenlabs ai mcp
Sourced from ElevenLabs (official) — ⭐ 850 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
ElevenLabs (official)
github.com/elevenlabs/elevenlabs-mcpThis package is sourced from the above repository and distributed on mog under its original license.
Releases