← Back to Plugins
MCP Server MCP

io.github.chicogong/ffvoice

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ffvoice

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "ffvoice",
      "version": "0.8.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Install ffvoice with the MCP extra so the ffvoice-mcp entry point is available",
          "value": "ffvoice[mcp]",
          "type": "named",
          "name": "--from"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...