ElevenLabs for Zed
io.github.mindstone/mcp-server-elevenlabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
client:Zed
transport:stdio
runtime:npm
Install ElevenLabs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-elevenlabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs