Skip to content
Windsurf

Vocaless for Windsurf

io.github.ajselzilic/vocaless

Remove vocals from local audio files and transpose instrumentals through Vocaless.

client:Windsurf transport:stdio runtime:npm

Install Vocaless 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": {
    "vocaless": {
      "command": "npx",
      "args": [
        "-y",
        "@vocaless/mcp"
      ],
      "env": {
        "VOCALESS_API_KEY": "<VOCALESS_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Vocaless in other clients