Skip to content
Cursor

ffvoice for Cursor

io.github.chicogong/ffvoice

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

client:Cursor transport:stdio runtime:pypi

Install ffvoice in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ffvoice in other clients