vocce
vocce — agent integrations
Hosted audio/video transcription for AI agents and automations. No API key. No local model. Upload a file, get back text + SRT + VTT + timestamped segments — powered by Whisper large-v3 on vocce's GPU.
→ Product: https://vocce.io · API docs: https://vocce.io/api · OpenAPI: https://vocce.io/openapi.json
Three ways to use it
1. MCP server — for Claude, Cursor, Windsurf, …
{ "mcpServers": { "vocce": { "command": "npx", "args": ["-y", "vocce-transcribe-mcp"] } } }Details → transcribe-mcp-server/
2. CLI — Python, stdlib only
python3 transcribe-cli/transcribe.py meeting.mp3 --format srtDetails → transcribe-cli/
3. Agent Skill — drop-in for Claude
See → agent-transcription-skill/
Related MCP server: Whisper MCP Server
Also in here
GitHub Action — transcribe in CI →
github-action/n8n community node —
n8n-nodes-vocce→n8n-nodes-vocce/Function calling (OpenAI / Anthropic) + ChatGPT Action →
integrations/Directory submission kits (MCP + Skill) →
distribution/MCP registry manifest →
server.json
How it works
Every package is a thin client: it uploads your file to vocce's hosted backend, polls until the job is done, and returns the result. The transcription runs on vocce's GPU — nothing to install, no model to download. The backend is the product; these clients are open source (MIT).
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Transcribe audio & video: diarization, timed SRT/VTT, podcasts, paste-a-link, whole-feed batch.
- mcpOAuthso.transcribe
Transcribe audio and video into speaker-labelled transcripts, subtitles, clips, and cited Q&A.
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables high-quality transcription and subtitle generation from local media files or URLs using Faster Whisper on local hardware. It supports automatic language detection and integration with MCP clients for seamless speech-to-text workflows.3-
- AlicenseAqualityFmaintenanceProvides local audio transcription using whisper.cpp, supporting multiple models and audio formats. Enables transcription of audio files via MCP tools with optional timestamps.385 npm3MIT
- AlicenseNot gradedqualityDmaintenanceTranscribes audio/video files, generates summaries and structured knowledge items, and supports Notion integration and chat-based interaction. Works as a standalone CLI, Notion integration, or MCP server tool for agent ecosystems.4 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server that transcribes local media files and URLs via Deepgram, writing Markdown transcripts to disk with strict per-job cost ceilings and caching. It also provides a CLI and optional transcript formatting through a language model.MIT