Command Palette

Search for a command to run...

UnylyUnyly
Browse all

TranscribeMCP

FreeNot checked

MCP server for GovTech's Transcribe speech-to-text service, enabling audio upload, batch transcription, summaries, minutes, sections, notes, and transcript Q&A.

GitHubEmbed

About

MCP server for GovTech's Transcribe speech-to-text service, enabling audio upload, batch transcription, summaries, minutes, sections, notes, and transcript Q&A.

README

MCP server for GovTech's Transcribe speech-to-text service. Lets an MCP client (Claude Code, Claude Desktop, etc.) upload audio, run batch transcriptions, and work with the results — summaries, minutes, sections, notes, and transcript Q&A chats.

Setup

  1. Get a Transcribe API key: log into https://www.transcribe.gov.sg/ and visit https://www.transcribe.gov.sg/dev_api_key (or use the POST /auth/otps + POST /auth/tokens + POST /auth/apikeys flow if your org isn't on WOG-AD). API keys are valid for 90 days.
  2. Install the package:
    pip install -e .
    
  3. Set the required environment variables:
    • TRANSCRIBE_API_KEY — your 90-day API key
    • TRANSCRIBE_EMAIL — the email address the API key was issued to
    • TRANSCRIBE_BASE_URL — optional, defaults to https://core.transcribe.gov.sg
    • TRANSCRIBE_API_VERSION — optional, defaults to 3.0

Registering with Claude Code

claude mcp add transcribe \
  --env TRANSCRIBE_API_KEY=your-api-key \
  --env [email protected] \
  -- transcribemcp

Or add directly to .mcp.json:

{
  "mcpServers": {
    "transcribe": {
      "command": "transcribemcp",
      "env": {
        "TRANSCRIBE_API_KEY": "your-api-key",
        "TRANSCRIBE_EMAIL": "[email protected]"
      }
    }
  }
}

Registering with Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "transcribe": {
      "command": "transcribemcp",
      "env": {
        "TRANSCRIBE_API_KEY": "your-api-key",
        "TRANSCRIBE_EMAIL": "[email protected]"
      }
    }
  }
}

Scope

Covers batch transcription (workspaces, projects, transcriptions), summaries, minutes, sections, notes, and chat-based Q&A over a transcript. Live Transcription is not supported — it requires real-time WebRTC audio streaming, which doesn't fit an MCP tool-call model. See docs/superpowers/specs/2026-07-05-transcribe-mcp-server-design.md for the full design rationale.

Development

pip install -e ".[dev]"
pytest

from github.com/WilsonWordsofWisdom/transcribeMCP

Install TranscribeMCP in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install transcribemcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add transcribemcp -- uvx --from git+https://github.com/WilsonWordsofWisdom/transcribeMCP transcribemcp

FAQ

Is TranscribeMCP MCP free?

Yes, TranscribeMCP MCP is free — one-click install via Unyly at no cost.

Does TranscribeMCP need an API key?

No, TranscribeMCP runs without API keys or environment variables.

Is TranscribeMCP hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install TranscribeMCP in Claude Desktop, Claude Code or Cursor?

Open TranscribeMCP on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare TranscribeMCP with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs