You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-registry/servers/elevenlabs-mcp.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,21 @@
40
40
"env": {
41
41
"ELEVEN_API_KEY": "${ELEVEN_API_KEY}"
42
42
}
43
+
},
44
+
"docker": {
45
+
"type": "docker",
46
+
"command": "docker",
47
+
"args": [
48
+
"run",
49
+
"-i",
50
+
"--rm",
51
+
"-e",
52
+
"ELEVENLABS_API_KEY",
53
+
"mcp/elevenlabs"
54
+
],
55
+
"env": {
56
+
"ELEVENLABS_API_KEY": "${ELEVENLABS_API_KEY}"
57
+
}
43
58
}
44
59
},
45
60
"tools": [
@@ -590,6 +605,7 @@
590
605
"description": "Transcribe the spoken content of an audio file into text.",
591
606
"prompt": "I have an audio file located at '~/Desktop/meeting_recording.mp3'. Please transcribe it using the speech_to_text tool and save the transcript to a file."
0 commit comments