Voice Transcriber MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 13 Mar 2026.
MCP server for transcribing Google Chat voice messages using Groq Whisper API
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
output_path = os.path.join(output_dir, content_name)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add voice-transcriber-mcp -- uvx voice-transcriber-mcp
{
"mcpServers": {
"voice-transcriber-mcp": {
"args": [
"voice-transcriber-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.voice-transcriber-mcp]
command = "uvx"
args = ["voice-transcriber-mcp"]
{
"mcpServers": {
"voice-transcriber-mcp": {
"args": [
"voice-transcriber-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"voice-transcriber-mcp": {
"args": [
"voice-transcriber-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GROQ_API_KEY (Groq API key for Whisper transcription (free at console.groq.com)), GCHAT_TOKEN_PATH (Path to Google Chat OAuth2 token.json).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.
MCP server for google-trends
An MCP server for Google Workspaces.
An MCP server for Google Workspaces.
MCP server for Google search results via SERP API
MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.
Google Play Console MCP Server for AI coding agents
Answers built from our own checks of this server.