Odel
Voice Transcriber MCP Server

Voice Transcriber MCP Server

Local
@fgasparettoPythonMITUpdated 5mo ago

MCP server for transcribing Google Chat voice messages using Groq Whisper API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvoice-transcriber-mcpv2.0.1

Run

uvx voice-transcriber-mcp

MCP client config

{
  "mcpServers": {
    "voice-transcriber-mcp-server": {
      "command": "uvx",
      "args": [
        "voice-transcriber-mcp"
      ]
    }
  }
}