Skip to content
Windsurf

ElevenLabs for Windsurf

io.github.mindstone/mcp-server-elevenlabs

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

client:Windsurf transport:stdio runtime:npm

Install ElevenLabs in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-elevenlabs": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-elevenlabs"
      ],
      "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

ElevenLabs in other clients