MCP Directory
Back

elevenlabs-mcp

by elevenlabs · Python · ★ 1,433

The official ElevenLabs MCP server

#elevenlabs#elevenlabs-api#mcp

Install

pip install git+https://github.com/elevenlabs/elevenlabs-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "elevenlabs-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/elevenlabs/elevenlabs-mcp.git"
      ]
    }
  }
}

From the README

[](https://discord.gg/elevenlabs) [](https://x.com/ElevenLabsDevs) [](https://pypi.org/project/elevenlabs-mcp) [](https://github.com/elevenlabs/elevenlabs-mcp-server/actions/workflows/test.yml) Official ElevenLabs Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and audio processing APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, transcribe audio, and more. 1. Get your API key from [ElevenLabs](https://elevenlabs.io/app/settings/api-keys). There is a free ti…
Read full README on GitHub →

Related other servers