mcpbeat Sign in

Elevenlabs MCP Server

local only

Elevenlabs runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from pypi. Last commit 12 May 2026.

Convert text to speech, transcribe audio, and dub videos with AI voices

Installs per day peak 57 · avg 30 · -21% w/w
a month agotoday
241
Installs / week
pypi · mcparmory-elevenlabs
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Elevenlabs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add elevenlabs -- uvx mcparmory-elevenlabs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elevenlabs": {
      "args": [
        "mcparmory-elevenlabs"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.elevenlabs]
command = "uvx"
args = ["mcparmory-elevenlabs"]
.cursor/mcp.json
{
  "mcpServers": {
    "elevenlabs": {
      "args": [
        "mcparmory-elevenlabs"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "elevenlabs": {
      "args": [
        "mcparmory-elevenlabs"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Elevenlabs

same job, measured the same way
Speechmatics
by usefulapi

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

7 tools answering
Voice Audio MCP
by csoai-org

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

152 installs/wk local only
Importly MCP
by importly

Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.

25 installs/wk local only
MCP Transcribe
by ipv6

MCP-Transcribe server allows LLMs to interact with the text content of audio/video files

local only
Botverse
by mkturner74

Transcode/conform/splice video, convert docs, transcribe audio for AI agents. Free $1 trial.

85 installs/wk local only
Transcribe
by transcribevideototext

Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.

answering
S
Edict
by edict

Search your dictation transcripts and transcribe audio or video on-device, with speaker labels.

local only
Editclips
by editclips

Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.

5 tools answering

Elevenlabs — questions

Answers built from our own checks of this server.

Why is there no uptime for Elevenlabs?
Elevenlabs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcparmory-elevenlabs was installed 241 times last week.
How do I connect Elevenlabs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcparmory-elevenlabs straight from pypi; nothing to host, nothing to sign up for.
How many people use Elevenlabs?
The pypi package mcparmory-elevenlabs was installed 241 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Elevenlabs open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.