Skip to content

Commit 4d6a33e

Browse files
Include examples for elevenlabs-mcp
1 parent 2df18d7 commit 4d6a33e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mcp-registry/servers/elevenlabs-mcp.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "elevenlabs-mcp",
33
"display_name": "ElevenLabs Official MCP Server",
44
"description": "Text-to-speech and speech-to-text via ElevenLabs API.",
5+
"is_official": true,
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/elevenlabs/elevenlabs-mcp"
@@ -577,5 +578,18 @@
577578
"required": ["input_file_path"]
578579
}
579580
}
581+
],
582+
"examples": [
583+
{
584+
"title": "Convert Text to Speech",
585+
"description": "Convert a piece of text into an audio file using a specific voice.",
586+
"prompt": "Use the text_to_speech tool to convert the text 'Hello, this is a test of the ElevenLabs MCP server.' into an audio file using the 'Adam' voice."
587+
},
588+
{
589+
"title": "Transcribe an Audio File",
590+
"description": "Transcribe the spoken content of an audio file into text.",
591+
"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."
592+
}
580593
]
594+
}
581595

0 commit comments

Comments
 (0)