Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"radio": {
"command": "radiomcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Internet radio for Claude and your terminal. ~25,000 verified live stations, 197 countries.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'radiomcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked radiomcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for io.github.meshpop/radiomcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Internet radio for Claude and your terminal. ~25,000 verified live stations, 197 countries.
pip install radiomcp && radiomcp
First run auto-registers with Claude Desktop / Claude Code. Restart Claude and you're done.
한국어 · Powered by Airtune API
| Command | What it does | |
|---|---|---|
| MCP server | radiomcp | Connects to Claude — control radio in plain language |
| TUI player | radio | Interactive terminal player with search and favorites |
pip install radiomcp && radiomcp
Auto-detected and registered on first run. Or manually add to ~/.claude/settings.json:
{
"mcpServers": {
"radio": { "command": "radiomcp" }
}
}
Then just ask Claude:
"Play some late-night jazz" "Find Korean news stations" "What's playing right now?" "Recommend something for focus work" "Play a French station" "Stop the radio"
| Tool | Description |
|---|---|
play | Play by URL or search query |
stop | Stop playback |
now_playing | Current station and track |
search | Search by keyword, genre, country |
recommend | AI recommendations by mood or context |
get_favorites / add_favorite | Saved stations |
get_history | Listening history |
set_volume / get_volume | Volume control |
get_popular | Most popular stations |
search_by_country | Stations by country code |
search_by_language | Stations by language |
recognize_song | Identify currently playing song |
get_radio_status | Player status |
radio
Interactive terminal player. Type to search, numbers to play.
> jazz # keyword
> korea news # combined
> japan classical # multilingual
> jazz HQ # high quality only (192k+)
Supports 50+ languages — Korean, Japanese, Chinese, Russian, Arabic and more are normalized automatically.
| Key | Function |
|---|---|
g | Genre browser |
c | Country browser |
p | Popular stations |
/ | Search |
! | Toggle: local DB ↔ DB + live API |
| Key | Function |
|---|---|
1–9 | Play station from list |
r | Resume last station |
s | Stop |
v / v+ / v- / v50 | Show / up / down / set volume |
q | Quit |
| Key | Function |
|---|---|
f | View favorites |
+ / - | Add / remove current station |
< / > | Previous / next favorite |
| Key | Function |
|---|---|
a | Personalized recommendations |
w | Time-based mood recommendations |
i | Recognize current song (Shazam-like) |
n | Current song info |
RADIOCLI_DJ=1 radio
AI-voiced DJ commentary between tracks. Supports 10 languages.
Auto-detected: mpv → vlc → ffplay → browser
| Backend | Install |
|---|---|
| mpv (recommended) | brew install mpv / apt install mpv |
| vlc | brew install vlc / apt install vlc |
| ffplay | brew install ffmpeg / apt install ffmpeg |
radiomcp search jazz
radiomcp play <url> "Station Name"
radiomcp stop
radiomcp now
radiomcp recommend focus
radiomcp update # Sync latest stations from Airtune API
radiomcp serve # Start HTTP API server
| Variable | Description | Default |
|---|---|---|
RADIOCLI_LLM | LLM provider: claude, openai, ollama, none | none |
RADIOCLI_DJ | DJ mode | 0 |
RADIOCLI_LANG | UI language | auto-detect |
ANTHROPIC_API_KEY | For Claude-powered features | — |
OPENAI_API_KEY |