Skip to content
Cursor

viberadio fm for Cursor

io.github.pooriaarab/viberadio-fm

Turns an agent's output into audio: narration, podcast, or music.

client:Cursor transport:stdio runtime:npm

Install viberadio fm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "viberadio-fm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "viberadio-fm"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

viberadio fm in other clients