ElevenLabs Agents for Windsurf
io.github.mindstone/mcp-server-elevenlabs-agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
client:Windsurf
transport:stdio
runtime:npm
Install ElevenLabs Agents in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs