What is the ElevenLabs MCP server?
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
How to install ElevenLabs
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ELEVENLABS_API_KEYrequiredsecretElevenLabs API key (starts with sk_)
MCP_WORKSPACE_PATHWorkspace directory for transcription audio file inputs. Defaults to os.tmpdir() when unset.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"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>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add mcp-server-elevenlabs --env ELEVENLABS_API_KEY=<YOUR_ELEVENLABS_API_KEY> --env MCP_WORKSPACE_PATH=<YOUR_MCP_WORKSPACE_PATH> -- npx -y @mindstone/mcp-server-elevenlabsRelated MCP servers
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
View repository →Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
View repository →Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
View repository →