ffvoice-engine is an offline audio processing and speech-to-text MCP server that combines microphone/system audio capture, audio cleanup, Whisper-based transcription, live captions, and optional speaker diarization. It is designed to run locally without sending audio to a cloud API and includes CLI and Python bindings in addition to the MCP server.
From the registry: Offline speech-to-text & speaker diarization MCP server: transcribe audio on-device, no cloud

$ pip install 'ffvoice[mcp]'https://pypi.org/project/ffvoice/$ pip install 'ffvoice[mcp,diarization]'https://pypi.org/project/ffvoice/Please install the `ffvoice` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install ffvoice MCP package** — Install the Python package with the MCP extra so the ffvoice-mcp command is available. Optionally include the diarization extra to enable speaker diarization tools. Run: `pip install 'ffvoice[mcp]'` (https://pypi.org/project/ffvoice/)
Optional prerequisites:
- Optional: install diarization support — Install the diarization extra if you want the transcribe_file_with_diarization MCP tool. Run: `pip install 'ffvoice[mcp,diarization]'` (https://pypi.org/project/ffvoice/)
Canonical MCP server config (stdio transport):
- command: `ffvoice-mcp`
- args: []
Note: The README provides a Claude Desktop example showing ffvoice-mcp with no args or environment variables. This is the simplest portable path. Models are downloaded automatically on first use. The server is fully offline and does not require API keys.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.