vocce transcribe for Cursor
io.github.cmoonagent/vocce-agent
Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key.
client:Cursor
transport:stdio
runtime:npm
Install vocce transcribe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vocce-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
],
"env": {
"VOCCE_API_BASE": "<VOCCE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs