Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vocce transcribe in other clients