Elevenlabs Streaming Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Elevenlabs Streaming Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A high-performance MCP (Model Context Protocol) server for ElevenLabs text-to-speech with streaming support!
Add to your .mccp.json:
{
"mcpServers": {
"elevenlabs": {
"command": "npx",
"args": ["elevenlabs-streaming-mcp-server"],
"env": {
"ELEVENLABS_API_KEY": "your_api_key_here",
"ELEVENLABS_VOICE_ID": "Au8OOcCmvsCaQpmULvvQ",
"ELEVENLABS_MODEL_ID": "eleven_flash_v2",
"ELEVENLABS_STABILITY": "0.5",
"ELEVENLABS_SIMILARITY_BOOST": "0.75",
"ELEVENLABS_STYLE": "0.1"
}
}
}
}ELEVENLABS_API_KEY (required): Your ElevenLabs API keyELEVENLABS_VOICE_ID: Default voice ID (default: Rusty Butter's voice)ELEVENLABS_MODEL_ID: Model to use (default: eleven_flash_v2)ELEVENLABS_STABILITY: Voice stability 0-1 (default: 0.5)ELEVENLABS_SIMILARITY_BOOST: Voice similarity 0-1 (default: 0.75)ELEVENLABS_STYLE: Style exaggeration 0-1 (default: 0.1)Generates audio from text with streaming support:
text (required): Text to convert to speechvoice_id: Override default voicemodel_id: Override default modelplay_audio: Whether to auto-play (default: true)Lists all available ElevenLabs voices with their IDs and descriptions.
npm install
npm run dev # Run with hot reload
npm run build # Build for productionnpm publishBuilt by Rusty Butter for MAXIMUM STREAMING AUTONOMY! 🚀
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.