ElevenLabs
stdioUsed by 2 plugins
Installs remotion-superpowers, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub dojocodinglabs/remotion-superpowers --plugin remotion-superpowersAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}",
"ELEVENLABS_MCP_BASE_PATH": "./public/audio",
"ELEVENLABS_MCP_OUTPUT_MODE": "files"
}
}
}
}Replace placeholder values for: ELEVENLABS_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
uvxAccess Level
write
Arguments
elevenlabs-mcp
Environment Variables
ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY}ELEVENLABS_MCP_BASE_PATH=./public/audioELEVENLABS_MCP_OUTPUT_MODE=filesRequired Secrets
ELEVENLABS_API_KEY