Skip to main content
Glama

pcradio-mcp

MCP-сервер для управления интернет-радио PCRadio через HTTP API. Использует Streamable HTTP.

Возможности

  • чтение состояния устройства и плейлиста;

  • управление воспроизведением, каналом, громкостью и mute;

  • настройка EQ и звуковых эффектов;

  • управление пользовательскими станциями и будильниками;

  • установка NTP-серверов и timezone.

Операции удаления, OTA, standby и IR service не экспортируются.

Related MCP server: yandex-station-mcp

Запуск

git clone https://github.com/RootShell-coder/pcradio.mcp.git
cd pcradio.mcp
export PCRADIO_BASE_URL=http://pcradio.local
docker compose pull
docker compose up -d

MCP endpoint:

http://localhost:8081/mcp

Конфигурация

Переменная

Назначение

По умолчанию

PCRADIO_BASE_URL

URL HTTP API устройства

http://pcradio.local

PCRADIO_TIMEOUT

Таймаут запросов, секунды

5

MCP_HOST

Адрес внутри контейнера

0.0.0.0

MCP_PORT

Порт внутри контейнера

8080

Значения можно задать через переменные окружения или файл .env.

Проверка

Read-only smoke-тест не выполняет операции записи:

docker compose run --rm --no-deps \
  -v ./tests:/tests:ro \
  pcradio-mcp python /tests/read_mcp.py
F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Streamable HTTP MCP server for YouTube that enables video search, channel exploration, playlist browsing, and video detail retrieval via the YouTube Data API.
    20
    6
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Built-in MCP server in the FluxDown download manager: a Streamable HTTP endpoint (POST /mcp, JSON-RPC 2.0, Bearer auth) exposing 9 tools to add, list, pause, resume, and remove HTTP/FTP/BitTorrent/HLS downloads and manage queues.
    9
    2,487
    AGPL 3.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    A remote MCP server exposing date/time tools over Streamable HTTP, enabling retrieval of current time for IANA timezones and listing available timezones, designed for use with web clients like Claude.ai.
    MIT

View all related MCP servers

Related MCP Connectors

  • Radio MCP — wraps Radio Browser API (free, no auth)

  • Hosted Crawleo MCP (remote streamable HTTP endpoint).

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RootShell-coder/pcradio.mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server