Loading MCP server directory, please wait...
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
npx @getmcp/cli add io.github.mindstone/mcp-server-elevenlabsRequires Node.js 18+. Community-contributed server. Review source before installing.
ELEVENLABS_API_KEYElevenLabs API key (starts with sk_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "",
"MCP_WORKSPACE_PATH": ""
}
}
}
}