Catalog
vocce transcribe
Officialby cmoonagent · Python
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.
README not available yet.
Install
Configuration
Environment variables
VOCCE_API_BASEdefault https://api.vocce.io/api/v1Override the vocce backend endpoint (defaults to the hosted API).
claude_desktop_config.json
{
"mcpServers": {
"vocce-agent": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp@1.0.0"
],
"env": {
"VOCCE_API_BASE": "https://api.vocce.io/api/v1"
}
}
}
}