Lyrion MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lyrion MCP Serverplay some jazz in the kitchen"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lyrion MCP Server
An MCP server that lets LLMs control a Lyrion Music Server (LMS / Squeezebox) instance.
Features
9 MCP tools (optimized for context efficiency — ~1,400 tokens of definition overhead)
Play by URL, track ID, search, collection ID, or Spotify Artist Radio
Search across local library + Spotify (via the Spotty plugin)
Full playback control: pause, stop, seek, power on/off
Playlist management: add, insert, delete, clear, move, jump, save
Player settings: volume, shuffle, repeat, mute
Player sync/unsync
Library browsing: genres, artists, albums, titles, years, playlists
Raw LMS CLI passthrough for advanced commands
Related MCP server: Emby.MCP
Quick Start
pip install -r requirements.txt
LMS_HOST=your-lms-host python main.pyConfiguration
Set environment variables (see .env.example):
Variable | Default | Description |
|
| Lyrion server host |
|
| Lyrion server port |
| (none) | LMS username (if auth enabled) |
| (none) | LMS password (if auth enabled) |
| off | Set |
|
|
|
|
| Bind address (HTTP transports) |
|
| Port (HTTP transports) |
Docker
docker build -t lyrion-mcp .
docker run -d -p 8000:8000 -e LMS_HOST=your-lms-host lyrion-mcpThe server runs on http://localhost:8000 using the streamable-http
transport. Point your MCP client at that URL.
Tools
Tool | Description |
| System topology (all players) or now-playing (with player_id) |
| Play by URL, track_id, search (defaults to Artist Radio), or collection ID |
| Search local library + Spotify, return playable URLs |
| Pause, stop, play, seek, power on/off |
| Add, insert, delete, clear, move, jump, save |
| Volume, shuffle, repeat, mute |
| Sync or unsync players |
| Browse genres/artists/albums/titles/years/playlists |
| Raw LMS CLI passthrough |
Development
pip install -r requirements.txt
python -m pytest -q # 110 tests
python -m mypy client.py main.py
python -m pyflakes client.py main.py tests/Requirements
Python 3.12+
A running Lyrion Music Server (9.x)
Spotty plugin (optional, for Spotify)
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables interaction with Spotify through LLMs using OAuth2 authentication. Supports music search, playback control, playlist management, and device management through natural language commands.142MIT
- Alicense-qualityDmaintenanceConnects an Emby media server to AI clients like Claude Desktop, enabling natural language control of media playback, library browsing, playlist management, and search across your personal media collection.8GPL 3.0
- AlicenseAqualityDmaintenanceEnables AI assistants to control Sonos audio devices over a local network using UPnP/SOAP protocols, supporting playback, volume, queue management, zone grouping, and music library browsing.592713MIT
- Alicense-qualityDmaintenanceEnables music library management and Chromecast playback control via LM Studio, with 21 tools for search, playback, navigation, and queue management.7MIT
Related MCP Connectors
LLM chat, text summarization and AI image generation
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/edk4971/lyrion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server