šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@microagents/mcp-server-elevenlabs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microagents/mcp-server-elevenlabs

MCP server for elevenlabs API

0.0.1
latest
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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 conversion
    • text (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 call
    • path (string): API endpoint path
    • headers (optional object): Custom request headers
    • query_params (optional object): URL query parameters
    • body (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.

FAQs

Package last updated on 29 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts