Loading MCP server directory, please wait...
MCP server for transcribing Google Chat voice messages using Groq Whisper API
npx @getmcp/cli add io.github.fgasparetto/voice-transcriber-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GROQ_API_KEYGroq API key for Whisper transcription (free at console.groq.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fgasparetto/voice-transcriber-mcp": {
"command": "uvx",
"args": [
"voice-transcriber-mcp"
],
"env": {
"GROQ_API_KEY": "",
"GCHAT_TOKEN_PATH": ""
}
}
}
}