Skip to content
Windsurf

FunASR for Windsurf

io.github.modelscope/funasr-mcp

Transcribe local audio with FunASR and SenseVoice using private, on-device inference.

client:Windsurf transport:stdio runtime:oci

Install FunASR in Windsurf

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

{
  "mcpServers": {
    "funasr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/modelscope/funasr-mcp:0.1.2"
      ]
    }
  }
}

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

FunASR in other clients