ElevenLabs Agents for Zed
io.github.mindstone/mcp-server-elevenlabs-agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
client:Zed
transport:stdio
runtime:npm
Install ElevenLabs Agents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-elevenlabs-agents": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"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