MCP Server
MCP
ElevenLabs Agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-elevenlabs-agents",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ElevenLabs API key (starts with sk_)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ELEVENLABS_API_KEY"
},
{
"description": "Optional workspace root for sandboxed knowledge-base file uploads",
"format": "string",
"name": "MCP_WORKSPACE_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment