Server data from the Official MCP Registry
Transcribe audio/video to text + SRT/VTT via vocce's hosted Whisper. No API key required.
Transcribe audio/video to text + SRT/VTT via vocce's hosted Whisper. No API key required.
This is a well-designed transcription client suite with no critical security issues. The MCP server and supporting tools properly handle file uploads to a hosted backend without requiring API keys. Code is clean, dependencies are minimal and legitimate, and there are no hardcoded credentials, malicious patterns, or dangerous operations. Minor observations about error handling and input validation do not materially affect security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue (1 critical, 0 high severity).
8 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: VOCCE_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cmoonagent-vocce-agent": {
"env": {
"VOCCE_API_BASE": "your-vocce-api-base-here"
},
"args": [
"-y",
"n8n-nodes-vocce"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
{ "mcpServers": { "vocce": { "command": "npx", "args": ["-y", "vocce-transcribe-mcp"] } } }
Details → transcribe-mcp-server/
python3 transcribe-cli/transcribe.py meeting.mp3 --format srt
Details → transcribe-cli/
See → agent-transcription-skill/
github-action/n8n-nodes-vocce → n8n-nodes-vocce/integrations/distribution/server.jsonEvery 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).
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.