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?

コメント

「その他」の他のコンテンツ