Retell AI for Windsurf
io.github.mindstone/mcp-server-retell-ai
Retell AI MCP server: voice agent phone calls, agent management, LLMs, and voice discovery
client:Windsurf
transport:stdio
runtime:npm
Install Retell AI in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server-retell-ai": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-retell-ai"
],
"env": {
"RETELL_API_KEY": "<RETELL_API_KEY>",
"MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs