Skip to content
Cursor

Voice Transcriber MCP Server for Cursor

io.github.fgasparetto/voice-transcriber-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Voice Transcriber MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Voice Transcriber MCP Server in other clients