Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

15 lines
485 B
JSON

{
"mcpServers": {
"elevenlabs": {
"description": "Official ElevenLabs MCP for text-to-speech, voice cloning, audio processing, and transcription. Generate AI voices, design custom voices, isolate audio, create sound effects, and more.",
"command": "uvx",
"args": ["elevenlabs-mcp"],
"env": {
"ELEVENLABS_API_KEY": "<your-api-key>",
"ELEVENLABS_MCP_BASE_PATH": "~/Desktop",
"ELEVENLABS_MCP_OUTPUT_MODE": "files"
}
}
}
}