Turns an agent's output into audio: narration, podcast, or music.
claude mcp add viberadio-fm -- npx -y viberadio-fm
claude_desktop_config.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"viberadio-fm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"viberadio-fm"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pooriaarab--viberadio-fm/reviews or the review_server meta-tool.
POST /mcp