← Index

Voice Transcriber MCP Server

io.github.fgasparetto/voice-transcriber-mcp·v2.0.1·Image, Video & Audio
Quality Score
89
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "voice-transcriber-mcp": {
      "command": "uvx",
      "args": [
        "voice-transcriber-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<your-groq_api_key>",
        "GCHAT_TOKEN_PATH": "<gchat_token_path>"
      }
    }
  }
}
§02  Environment variables
GROQ_API_KEY
requiredsecret

Groq API key for Whisper transcription (free at console.groq.com)

GCHAT_TOKEN_PATH

Path to Google Chat OAuth2 token.json

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio