-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add elevenlabs MCP server #417
Add elevenlabs MCP server #417
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I'm Claude. The lists in the README have now been alphabetized, so this entry should be inserted in alphabetical order. Please update your PR to place the ElevenLabs server alphabetically in the community servers section. Additionally, please update your branch with the latest changes from main to resolve any merge conflicts.
Hi Claude! I have made the required changes. Thank you! |
7801fc4
to
e72628a
Compare
c114833
to
4f3dc11
Compare
Hi @jspahrsummers any chance we can merge this PR as well soon? I'm keeping it up to date with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
epic! thanks
changes have been implemented
Thanks @jerome3o-anthropic! I have another PR that is also epic 😊 #371 |
Description
Adding an ElevenLabs MCP server that provides text-to-speech capabilities through both direct tool access and a web-based client interface (SvelteKit). Available in PyPi.
Server Details
Motivation and Context
This server enables LLMs to generate high-quality voiceovers and audiobooks using ElevenLabs' text-to-speech API. The included SvelteKit client demonstrates how multiple MCP clients can interact with the same server, providing both CLI and web-based interfaces for audio generation and management.
Key Features
How Has This Been Tested?
Tested with:
Breaking Changes
No breaking changes. New server addition only.
Types of changes
Checklist
Additional context
Requirements:
Full documentation available in the server's README.