Back to Browse

Voice Transcriber MCP Server

Developer ToolsLow Risk9.5Local
Free

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Groq API key for Whisper transcription (free at console.groq.com)Required

Environment variable: GROQ_API_KEY

Path to Google Chat OAuth2 token.jsonOptional

Environment variable: GCHAT_TOKEN_PATH

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!