We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c2ef6 commit 082bf97Copy full SHA for 082bf97
mcp-registry/servers/elevenlabs-mcp.json
@@ -24,7 +24,7 @@
24
"audio"
25
],
26
"arguments": {
27
- "ELEVEN_API_KEY": {
+ "ELEVENLABS_API_KEY": {
28
"description": "Your ElevenLabs API key obtained from the ElevenLabs website.",
29
"required": true,
30
"example": "your-elevenlabs-api-key"
@@ -38,7 +38,7 @@
38
"elevenlabs-mcp"
39
40
"env": {
41
- "ELEVEN_API_KEY": "${ELEVEN_API_KEY}"
+ "ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
42
}
43
},
44
"docker": {
0 commit comments