Skip to content

Commit 648b80b

Browse files
Add the docker stuff to the official elevenlabs json
1 parent 53d59a1 commit 648b80b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

mcp-registry/servers/elevenlabs-mcp.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@
4040
"env": {
4141
"ELEVEN_API_KEY": "${ELEVEN_API_KEY}"
4242
}
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+
}
4358
}
4459
},
4560
"tools": [
@@ -590,6 +605,7 @@
590605
"description": "Transcribe the spoken content of an audio file into text.",
591606
"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."
592607
}
593-
]
608+
],
609+
"docker_url": "https://hub.docker.com/r/mcp/elevenlabs"
594610
}
595611

0 commit comments

Comments
 (0)