TranscribeMCP
БесплатноНе проверенMCP server for GovTech's Transcribe speech-to-text service, enabling audio upload, batch transcription, summaries, minutes, sections, notes, and transcript Q&A.
Описание
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
- 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/apikeysflow if your org isn't on WOG-AD). API keys are valid for 90 days. - Install the package:
pip install -e . - Set the required environment variables:
TRANSCRIBE_API_KEY— your 90-day API keyTRANSCRIBE_EMAIL— the email address the API key was issued toTRANSCRIBE_BASE_URL— optional, defaults tohttps://core.transcribe.gov.sgTRANSCRIBE_API_VERSION— optional, defaults to3.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
Установка TranscribeMCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/WilsonWordsofWisdom/transcribeMCPFAQ
TranscribeMCP MCP бесплатный?
Да, TranscribeMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TranscribeMCP?
Нет, TranscribeMCP работает без API-ключей и переменных окружения.
TranscribeMCP — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить TranscribeMCP в Claude Desktop, Claude Code или Cursor?
Открой TranscribeMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare TranscribeMCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
