mcpbeat Sign in

Radio Browser MCP Server

local only

Radio Browser MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Aug 2026.

Use this MCP server to Radio Browser, 40,000+ internet radio stations searchable by genre, tag,...

Installs / week
npm · radio-browser-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Radio Browser MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add radio-browser-mcp -- npx -y radio-browser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "radio-browser-mcp": {
      "args": [
        "-y",
        "radio-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.radio-browser-mcp]
command = "npx"
args = ["-y", "radio-browser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "radio-browser-mcp": {
      "args": [
        "-y",
        "radio-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "radio-browser-mcp": {
      "args": [
        "-y",
        "radio-browser-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Radio Browser MCP

same job, measured the same way
Radio Browser MCP by UnClick
by malamutemayhem

Search internet radio stations by country, tag, popularity, and votes. No API key. By UnClick.

22 installs/wk local only
Browserbase
by mindstone

Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions

32 installs/wk local only
Dash MCP Server
by kapeli

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

124 installs/wk local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 793 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 036 installs/wk local only
Sapiom
by sapiom

AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use.

answering
Instagram Agent by Nova (CIVAI)
by civai-nova

I use your Instagram Web browser session (Integrations → Instagram Web) via instagrapi, not Meta /…

answering
Slack MCP Server
by jtalk22

Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.

259 installs/wk answering

Radio Browser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Radio Browser MCP?
Radio Browser MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package radio-browser-mcp.
How do I connect Radio Browser MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls radio-browser-mcp straight from npm; nothing to host, nothing to sign up for.
Is Radio Browser MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.