Skip to content

Commit d174fbf

Browse files
authored
feat: add elevenlabs mcp (#65)
Signed-off-by: Ivan Pedrazas <[email protected]>
1 parent f56fc05 commit d174fbf

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

servers/elevenlabs/server.yaml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,32 @@ name: elevenlabs
22
image: mcp/elevenlabs
33
type: server
44
meta:
5-
category: devops
5+
category: ai
66
tags:
77
- elevenlabs
8-
- devops
8+
- elevenlabs-api
99
about:
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
1213
source:
1314
project: https://github.com/elevenlabs/elevenlabs-mcp
14-
branch: refs/pull/17/merge
15+
run:
16+
volumes:
17+
- '{{elevenlabs.data}}:/root/Desktop'
1518
config:
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+

0 commit comments

Comments
 (0)