{
"mcpServers": {
"lyrion-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for controlling Lyrion Music Server (formerly Logitech Media Server/Squeezebox Server) via its JSON-RPC HTTP interface.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 19 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
This is an MCP server that allows you to directly download transcripts of YouTube videos.
MCP Security Weekly
Get CVE alerts and security updates for Lyrion Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for controlling Lyrion Music Server (formerly Logitech Media Server/Squeezebox Server) via its JSON-RPC HTTP interface.
This server implements a dual-layer JSON-RPC architecture:
MCP Protocol Layer: Communicates over stdin/stdout using JSON-RPC 2.0
Lyrion Client Layer: Communicates with Lyrion Music Server via HTTP
http://LYRION_HOST:LYRION_HTTP_PORT/jsonrpc.jslocalhost:9000Download pre-built binaries from GitHub Actions:
| Platform | Artifact |
|----------|----------|
| Linux (x86_64) | lyrion-mcp-server-x86_64-unknown-linux-gnu |
| Windows (x86_64) | lyrion-mcp-server-x86_64-pc-windows-msvc |
| macOS (Intel) | lyrion-mcp-server-x86_64-apple-darwin |
| macOS (Apple Silicon) | lyrion-mcp-server-aarch64-apple-darwin |
# Clone the repository
git clone https://github.com/yourusername/lyrion-mcp-server.git
cd lyrion-mcp-server
# Build the release binary
cargo build --release
# The binary will be at target/release/lyrion-mcp-server
The server connects to Lyrion Music Server via HTTP JSON-RPC. Configure via environment variables:
# Optional: Override defaults
export LYRION_HOST=localhost # Default: localhost
export LYRION_HTTP_PORT=9000 # Default: 9000
Add to your Claude MCP config (~/.claude/mcp_config.json or desktop app settings):
{
"mcpServers": {
"lyrion": {
"command": "/path/to/lyrion-mcp-server/target/release/lyrion-mcp-server"
}
}
}
get_server_version - Get Lyrion versionget_player_count - Get number of playerslist_players - List all players