Voice Transcriber MCP Server✓
io.github.fgasparetto/voice-transcriber-mcp · v2.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.fgasparetto/voice-transcriber-mcp",
"description": "MCP server for transcribing Google Chat voice messages using Groq Whisper API",
"title": "Voice Transcriber MCP Server",
"repository": {
"url": "https://github.com/fgasparetto/voice-transcriber-mcp",
"source": "github"
},
"version": "2.0.1",
"packages": [
{
"registryType": "pypi",
"identifier": "voice-transcriber-mcp",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Groq API key for Whisper transcription (free at console.groq.com)",
"isRequired": true,
"isSecret": true,
"name": "GROQ_API_KEY"
},
{
"description": "Path to Google Chat OAuth2 token.json",
"format": "filepath",
"name": "GCHAT_TOKEN_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}