ElevenLabs
Rank #9,466io.github.mindstone/mcp-server-elevenlabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
ElevenLabs is a Model Context Protocol (MCP) server published by mindstone. It ranks #9,466 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. ElevenLabs is listed on Official MCP, with 5 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 106,125 of 115,591 servers on MCP Toplist.
Use ElevenLabs
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-elevenlabs -e "ELEVENLABS_API_KEY=<your ELEVENLABS_API_KEY>" -e "MCP_WORKSPACE_PATH=<your MCP_WORKSPACE_PATH>" -- npx -y @mindstone/mcp-server-elevenlabsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-elevenlabs]
command = "npx"
args = ["-y", "@mindstone/mcp-server-elevenlabs"]
[mcp_servers.mcp-server-elevenlabs.env]
ELEVENLABS_API_KEY = "<your ELEVENLABS_API_KEY>"
MCP_WORKSPACE_PATH = "<your MCP_WORKSPACE_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<your ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<your MCP_WORKSPACE_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<your ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<your MCP_WORKSPACE_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-elevenlabs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<your ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<your MCP_WORKSPACE_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<your ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<your MCP_WORKSPACE_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<your ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<your MCP_WORKSPACE_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-elevenlabs)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-elevenlabs"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-elevenlabs.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (5)
| Version | Published |
|---|---|
| 0.5.2 | Aug 18, 2026 |
| 0.5.1 | Aug 10, 2026 |
| 0.5.0 | Aug 7, 2026 |
| 0.4.0 | Jul 11, 2026 |
| 0.3.0 | May 21, 2026 |
Frequently asked questions
- Who maintains ElevenLabs?
- ElevenLabs is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is ElevenLabs listed on the Official MCP Registry?
- Yes — ElevenLabs is listed on the Official MCP Registry.
- How many versions does ElevenLabs have?
- MCP Toplist tracks 5 versions of ElevenLabs, most recently published on Aug 18, 2026.
- Where can I find the source code for ElevenLabs?
- The source code for ElevenLabs is hosted at github.com/mindstone/mcp-servers.