Skip to content
VS Code

ffvoice for VS Code

io.github.chicogong/ffvoice

Offline speech-to-text & speaker diarization MCP server: transcribe audio on-device, no cloud

client:VS Code transport:stdio runtime:pypi

Install ffvoice in VS Code

.vscode/mcp.json

{
  "servers": {
    "ffvoice": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ffvoice"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ffvoice in other clients