Enables local speech-to-text functionality for Claude Code on Linux, integrating voice input directly into the AI's conversation stream.
This tool provides a local Speech-to-Text (STT) server specifically for Linux, designed to integrate seamlessly with Claude Code via the MCP protocol. It allows users to control Claude Code with their voice through a push-to-talk mechanism, using the Right Ctrl key to activate recording. Speech is transcribed using the Whisper tiny model by default, and the resulting text is directly injected into Claude's input stream within a Tmux session. The server runs in a Docker container, accessing host keyboard and audio devices to facilitate its Linux-exclusive functionality.