Skip to content
VS Code

viberadio fm for VS Code

io.github.pooriaarab/viberadio-fm

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

client:VS Code transport:stdio runtime:npm

Install viberadio fm in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

viberadio fm in other clients