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: whipscribe-mcp
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 installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmoonagent/vocce-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server