0.0.1 • Published 12 months ago
@microagents/mcp-server-elevenlabs v0.0.1
ElevenLabs MCP Server
MCP (Model Context Protocol) server implementation for ElevenLabs AI Voice Generation API.
Tools
This server provides the following tools:
text_to_speech
- Convert text to speech using AI voice generation
- Inputs:
voice(string): Voice ID to use for text to speech conversiontext(string): The text content to convert to speech
- Returns: Audio data in MP3 format encoded as base64
custom_api_call
- Make custom API calls to ElevenLabs API
- Inputs:
method(string): HTTP method for the API callpath(string): API endpoint pathheaders(optional object): Custom request headersquery_params(optional object): URL query parametersbody(optional any): Request body payload
- Returns: JSON response from the API
Environment Variables
The following environment variables are required:
ELEVENLABS_API_KEY: API key for authenticating with ElevenLabs services
License
This project is licensed under the MIT License - see the LICENSE file for details.
0.0.1
12 months ago