File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,32 @@ name: elevenlabs
22image : mcp/elevenlabs
33type : server
44meta :
5- category : devops
5+ category : ai
66 tags :
77 - elevenlabs
8- - devops
8+ - elevenlabs-api
99about :
10- title : ElevenLabs
11- icon : https://avatars.githubusercontent.com/u/94471909?s=200&v=4
10+ title : Elevenlabs MCP
11+ description : Official ElevenLabs Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and audio processing APIs.
12+ icon : https://avatars.githubusercontent.com/u/94471909?v=4
1213source :
1314 project : https://github.com/elevenlabs/elevenlabs-mcp
14- branch : refs/pull/17/merge
15+ run :
16+ volumes :
17+ - ' {{elevenlabs.data}}:/root/Desktop'
1518config :
19+ description : Configure the connection to ElevenLabs. Elevenlabs.data is the path to the data directory where the audio files will be stored.
1620 secrets :
1721 - name : elevenlabs.api_key
1822 env : ELEVENLABS_API_KEY
19- example : <insert-your-api-key-here>
23+ example : <ELEVENLABS_API_KEY>
24+ parameters :
25+ type : object
26+ properties :
27+ data :
28+ type : string
29+ default :
30+ $HOME/data/elevenlabs
31+ required :
32+ - data
33+
You can’t perform that action at this time.
0 commit comments