MCP server for transcribing Google Chat voice messages using Groq Whisper API
MCP server for transcribing Google Chat voice messages using Groq Whisper API
Set these up before or after installing:
Environment variable: GROQ_API_KEY
Environment variable: GCHAT_TOKEN_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-fgasparetto-voice-transcriber-mcp": {
"env": {
"GROQ_API_KEY": "your-groq-api-key-here",
"GCHAT_TOKEN_PATH": "your-gchat-token-path-here"
},
"args": [
"voice-transcriber-mcp"
],
"command": "uvx"
}
}
}This is a well-structured voice transcription MCP server with proper authentication and reasonable permissions for its purpose. The code demonstrates good security practices with secure credential handling and appropriate API usage. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!