MCP Server
MCP
ElevenLabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-elevenlabs",
"version": "0.5.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ElevenLabs API key (starts with sk_)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ELEVENLABS_API_KEY"
},
{
"description": "Workspace directory for transcription audio file inputs. Defaults to os.tmpdir() when unset.",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment