Skip to content
MCP ThesaurusMCP Thesaurus

vocce transcribe

CommunityIncomplete39/100Claim

npm vocce-transcribe-mcpstdioupdated 1mo ago

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.

SourceWebsite

What can you do with vocce transcribe?

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 srt

Details โ†’ transcribe-cli/

3. Agent Skill โ€” drop-in for Claude

See โ†’ agent-transcription-skill/

Also in here

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