Stats
Actions
Tags
From squadron-comms
Connects to ElevenLabs API for text-to-speech, voice synthesis, and audio generation. Requires an ElevenLabs API key.
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}"
}
}
}
}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.
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}Sensitive values you must provide — never committed to source control
First indexed Jan 18, 2026
First indexed Jan 18, 2026
npx claudepluginhub 1Shot-Labs/squadron-comms-plugin --plugin squadron-comms