Skip to content
Cline

ffvoice for Cline

io.github.chicogong/ffvoice

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

client:Cline transport:stdio runtime:pypi

Install ffvoice in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "ffvoice": {
      "command": "uvx",
      "args": [
        "ffvoice"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ffvoice in other clients