Server data from the Official MCP Registry
MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices
MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices
Set these up before or after installing:
Environment variable: ELEVENLABS_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-micro-jay-twelvelabs-mcp-server": {
"env": {
"ELEVENLABS_API_KEY": "your-elevenlabs-api-key-here"
},
"args": [
"-y",
"twelvelabs-mcp-server"
],
"command": "npx"
}
}
}This is a well-structured MCP server that properly integrates with the ElevenLabs Conversational AI API. The code demonstrates good security practices including proper environment variable usage for API keys, input validation with Zod schemas, and path traversal protection. Minor areas for improvement include error handling specificity and some broad exception patterns. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
Scanned 7 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!