MCP Server
MCP
io.github.micro-JAY/twelvelabs-mcp-server
MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "twelvelabs-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ElevenLabs API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ELEVENLABS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment