MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/ElevenLabs
CommunicationOfficial
E

ElevenLabs

The official ElevenLabs MCP server

1.5k starsUpdated Aug 20, 2026
View on GitHub

Ads

Overview

> [!WARNING] > This local MCP server is deprecated in favor of the ElevenLabs hosted MCP server. > > The hosted server is available at https://api.elevenlabs.io/v1/mcp, with nothing to install or run locally. It authenticates with OAuth, so no API keys are copied into your client. See the hosted MCP server documentation to connect from Claude, Cursor, or any other MCP client. > > This repository is no longer actively maintained. 1. Get your API key from ElevenLabs. There is a free tier with 10k credits per month. 2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods. 3. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:

Installation

uvx elevenlabs-mcp

Configuration

{
  "mcpServers": {
    "ElevenLabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "<insert-your-api-key-here>"
      }
    }
  }
}

Capabilities

  • Text to speech

    Ask your assistant to generate speech from text using `text_to_speech` with any of ElevenLabs' voices.

  • Voice cloning and design

    Create custom voices by cloning from samples or designing new ones with `voice_cloning` and `voice_design`.

  • Speech-to-speech conversion

    Transform an existing recording into a different voice or style using `speech_to_speech`.

  • Audio transcription

    Convert speech to text and identify different speakers with `speech_to_text`.

  • Sound effects and music

    Generate soundscapes, sound effects, or music tracks from text descriptions using `sound_effects` and `text_to_sound_effects`.

  • Audio isolation

    Separate vocals from background noise or isolate specific audio elements using `isolate_audio`.

Tags

  • communication
  • productivity

Related MCP servers

R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026
M

Mailtrap

Official

Integrates with Mailtrap Email API.

65CommunicationUpdated Today