← Back to Plugins
MCP Server MCP

Voice Transcriber MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...