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).
Run
uvx voice-transcriber-mcp
MCP client config
{
"mcpServers": {
"voice-transcriber-mcp-server": {
"command": "uvx",
"args": [
"voice-transcriber-mcp"
]
}
}
}