MCP.so
登录

ElevenLabs MCP Server

@Garblesnarff

关于 ElevenLabs MCP Server

MCP server implementation for ElevenLabs API integration

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Garblesnarff

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ElevenLabs MCP Server?

A FastAPI-based MCP server implementation for the ElevenLabs text-to-speech API, enabling conversion of text to speech using ElevenLabs voice models.

How to use ElevenLabs MCP Server?

Clone the repository, install dependencies with pip install -r requirements.txt, copy .env.example to .env and add your ElevenLabs API key, then run the server with python main.py. Use the POST /text-to-speech endpoint with a JSON body containing text and voice_id.

Key features of ElevenLabs MCP Server

  • Converts text to speech via ElevenLabs API
  • Simple RESTful endpoint (POST /text-to-speech)
  • Health check endpoint (GET /health)
  • Configured through environment variables
  • FastAPI-based for easy deployment

Use cases of ElevenLabs MCP Server

  • Generating voiceovers for content
  • Building text-to-speech integrations
  • Prototyping voice-enabled applications
  • Automating audio content creation

FAQ from ElevenLabs MCP Server

What dependencies are required?

How do I run the server?

Run python main.py after installing dependencies and setting the ELEVENLABS_API_KEY environment variable.

What data does the server require?

A JSON body with text (the text to convert) and voice_id (the ElevenLabs voice ID).

Is authentication supported?

The server uses an ElevenLabs API key set via the ELEVENLABS_API_KEY environment variable.

What transport protocol is used?

评论

其他 分类下的更多 MCP 服务器