MCP Server
Active
MIT
io.github.pooriaarab/viberadio-fm MCP Server
io.github.pooriaarab/viberadio-fm
What is the io.github.pooriaarab/viberadio-fm MCP server?
Turns an agent's output into audio: narration, podcast, or music.
How to install io.github.pooriaarab/viberadio-fm
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"viberadio-fm": {
"command": "npx",
"args": [
"-y",
"viberadio-fm",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"viberadio-fm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"viberadio-fm",
"mcp"
]
}
}
}Claude Code
claude mcp add viberadio-fm -- npx -y viberadio-fm mcpRelated MCP servers
Dating by tokens, matched by usage league across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
Multiplayer for agentic coding terminals: live cursors, presence, chat.
0
View repository →TypeScript
MIT