radiomcp
Internet radio for Claude and your terminal with ~25,000 verified live stations from 197 countries. Control playback, search, and get recommendations through natural language.
README
radiomcp
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
Two ways to use it
| 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 |
MCP — control radio with Claude
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"
MCP Tools
| 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 |
TUI Player
radio
Interactive terminal player. Type to search, numbers to play.
Search
> 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 |
Playback & Volume
| 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 |
Favorites
| Key | Function |
|---|---|
f |
View favorites |
+ / - |
Add / remove current station |
< / > |
Previous / next favorite |
AI & Song Info
| Key | Function |
|---|---|
a |
Personalized recommendations |
w |
Time-based mood recommendations |
i |
Recognize current song (Shazam-like) |
n |
Current song info |
DJ Mode
RADIOCLI_DJ=1 radio
AI-voiced DJ commentary between tracks. Supports 10 languages.
Player Backends
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 |
CLI
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
Environment Variables
| 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 |
For OpenAI-powered features | — |
OLLAMA_URL |
Ollama server URL | http://localhost:11434 |
Data
Station database (~25,000 verified live stations) stored in ~/.radiocli/ on first run.
radiomcp update # Pull latest from Airtune API
License
- Code: MIT — LICENSE
- Station data: ODbL 1.0 — DATA_LICENSE.md
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。