MCP Server
MCP
Voice Transcriber MCP Server
MCP server for transcribing Google Chat voice messages using Groq Whisper API
Install
uvx voice-transcriber-mcp
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment