Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
ELEVENLABS_API_KEY=${ELEVENLABS_API_KEY}ELEVENLABS_MCP_BASE_PATH=./public/audioELEVENLABS_MCP_OUTPUT_MODE=filesSensitive values you must provide — never committed to source control
npx claudepluginhub dojocodinglabs/remotion-superpowers --plugin remotion-superpowers