Back to Browse

Radio Browser MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server with no security vulnerabilities. It implements proper input validation, secure API calls to a public keyless service, and appropriate error handling. All network calls are limited to the Radio Browser API with proper URL encoding, and there are no authentication requirements, credential handling issues, or dangerous operations. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-radio-browser-mcp": {
      "args": [
        "-y",
        "radio-browser-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

radio browser mcp

MCP server for Radio Browser, a community directory of 40,000+ internet radio stations.

Tools

ToolWhat it does
search_stationsSearch stations by name
stations_by_tagStations by genre tag (hardcore, jazz, lofi, pirate…)
stations_by_countryStations from a country (Japan, Germany…)
get_top_votedThe most voted stations network wide

Usage

npm run build && node dist/index.js

Example:

stations_by_tag { tag: "hardcore" }
stations_by_country { country: "Japan" }

Keyless. Results are sorted by listener clicks and filtered to working streams (hidebroken=true). Each entry includes the resolved stream URL, codec/bitrate, and vote count.

Reviews

No reviews yet

Be the first to review this server!