Skip to content
Cline

Voice Transcriber MCP Server for Cline

io.github.fgasparetto/voice-transcriber-mcp

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

client:Cline transport:stdio runtime:pypi

Install Voice Transcriber MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "voice-transcriber-mcp": {
      "command": "uvx",
      "args": [
        "voice-transcriber-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<GROQ_API_KEY>",
        "GCHAT_TOKEN_PATH": "<GCHAT_TOKEN_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Voice Transcriber MCP Server in other clients