ESP32-C3 MCP Music Server
by xiazhe-xz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MQTT_TOPIC | No | ESP32-C3 接收控制指令的 topic | esp32-c3/music/play |
| MQTT_BROKER | Yes | MQTT broker 连接地址,支持带用户名密码的 URL | |
| FETCH_TIMEOUT_MS | No | 拉取音乐目录或播放列表文件的超时时间(毫秒) | 8000 |
| MUSIC_LIBRARY_URL | Yes | HTTP 音乐目录地址,末尾可以不带 `/` | |
| MAX_PLAYLIST_ITEMS | No | 顺序播放时最多缓存多少首歌 | 50 |
| MQTT_PLAYLIST_TOPIC | No | 播放列表 retained 缓存 topic 前缀 | esp32-c3/music/playlist/active |
| MAX_PLAYLIST_FETCHES | No | 最多解析多少个播放列表文件 | 3 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/xiazhe-xz/ESP32-C3-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server