Lyngdorf MCP Server
Controls Lyngdorf Audio devices (TDAI, MP, CD series) via TCP with automatic device discovery, comprehensive audio controls including volume, source selection, RoomPerfect, and playback management with built-in safety features.
README
Lyngdorf MCP Server
DISCLAIMER: This project is an independent, community-developed tool and is NOT affiliated with, endorsed by, or supported by Lyngdorf Audio. Use at your own risk. For official Lyngdorf products and support, visit lyngdorf.steinwaylyngdorf.com.
CODE GENERATION: Most of this codebase was generated using Claude Code, Anthropic's AI coding agent. The implementation demonstrates Claude Code's ability to create production-ready software from high-level requirements.
A Model Context Protocol (MCP) server for controlling Lyngdorf Audio devices (TDAI, MP, and CD series) via TCP. Features automatic device discovery, comprehensive control, volume safety, and built-in documentation.

Features
- š Auto-Discovery: Automatically finds and connects to Lyngdorf devices on startup
- š”ļø Volume Safety: Two-tier safety system (Warning & Hard Limit) to protect your ears and equipment
- š§ Smart Capabilities: Automatically detects device model and prevents unsupported commands (e.g., no streaming on TDAI-2170)
- šµ 43 Control Tools: Power, volume, source, RoomPerfect, voicing, tone controls, playback, and streaming
- š Knowledge Base: Built-in manual data and command references for multiple models
- š Auto-Reconnect: Maintains connection with automatic recovery
- š Multi-Device: Supports TDAI, MP, and CD series with seamless device switching
Supported Devices
The server includes specific capability profiles for:
- TDAI Series: 1120, 2170, 2190, 2210, 3400
- MP Series: 40, 50, 60
- CD Series: CD-1
Unknown devices are supported with a generic profile assuming full capabilities.
Installation
Prerequisites
- Node.js 22+
- npm or yarn
Install from npm
npm install -g lyngdorf-mcp
Or use npx without installing:
npx lyngdorf-mcp
Install from Source
git clone <repository-url>
cd lyngdorf-mcp
npm install
cp .env.example .env
npm run build
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Using npm package (recommended):
{
"mcpServers": {
"lyngdorf": {
"command": "npx",
"args": ["lyngdorf-mcp"],
"env": {
"VOLUME_WARNING_THRESHOLD": "-20",
"VOLUME_HARD_LIMIT": "-10"
}
}
}
}
Using local installation:
{
"mcpServers": {
"lyngdorf": {
"command": "node",
"args": ["/absolute/path/to/lyngdorf-mcp/dist/index.js"],
"env": {
"VOLUME_WARNING_THRESHOLD": "-20",
"VOLUME_HARD_LIMIT": "-10"
}
}
}
}
Configuration (Environment Variables)
| Variable | Default | Description |
|---|---|---|
LYNGDORF_IP |
(Auto) | Manually specify device IP if auto-discovery fails |
VOLUME_WARNING_THRESHOLD |
-15 |
Volume level (dB) that triggers a warning requiring user confirmation |
VOLUME_HARD_LIMIT |
-10 |
Maximum volume level (dB) that cannot be exceeded via tools |
How It Works
On startup, the server:
- Auto-discovers all Lyngdorf devices on your network via mDNS
- Auto-connects if exactly one device is found
- Lists devices if multiple are found (use
listDevicesandselectDevicetools)
No manual configuration needed! Just start Claude Desktop and ask:
"What's my current volume?"
Available Tools (43)
Power Control
powerOn,powerOff,togglePowercheckPowerState- Check if device is active or in standby
Volume Control (Safety Protected)
setVolume- Set volume (with safety checks)volumeUp,volumeDown- Adjust by 0.5dBgetVolume- Get current levelmute,unmute
Audio & Tone
setBass,getBass- Bass gain controlsetTreble,getTreble- Treble gain controlsetBalance,getBalance- L/R BalancesetBassFrequency,getBassFrequencysetTrebleFrequency,getTrebleFrequency
Input & Source
setSource,getSourcelistSources- List all available inputs
RoomPerfect & Voicing
setRoomPerfectFocus,setRoomPerfectGlobal,getRoomPerfectlistRoomPerfectPositions- List available focus positionssetVoicing,nextVoicing,previousVoicing,getVoicinglistVoicings- List available voicing presets
Playback & Streaming (Model Dependent)
play,pause,stop,next,previousgetStreamType- Detect current stream (Spotify, Roon, AirPlay, etc.)
Device Management
discoverDevices,listDevices,selectDevicegetStatus- Comprehensive device status
Available Resources
Access manuals and documentation as MCP resources:
lyngdorf://manual/{model}/commands- Command referencelyngdorf://manual/{model}/owners/index- Owner's Manual TOClyngdorf://manual/{model}/owners/{section}- Specific manual sectionslyngdorf://search?q={query}- Search all manuals
Supported Manuals: TDAI-1120, TDAI-2170, TDAI-2210, TDAI-3400
Troubleshooting
No Devices Found
- Ensure device is powered on and connected to the network.
- Check if you are on the same subnet.
- Try setting
LYNGDORF_IPmanually.
Volume Limit Errors
If you see "Volume -XdB exceeds warning threshold...", simply ask the user for confirmation to proceed, or lower the requested volume.
Development
Run in Development Mode
npm run dev
Test
npm test
Coverage: 125 passing tests covering tools, transport, discovery, and capabilities.
Project Structure
lyngdorf-mcp/
āāā src/
ā āāā index.ts # Server entry & discovery
ā āāā tools.ts # Tool definitions & handlers
ā āāā capabilities.ts # Device capability matrix
ā āāā transport.ts # TCP communication
ā āāā ...
āāā docs/kb/ # JSON Knowledge Base
āāā dist/ # Compiled output
License
MIT
Disclaimer
This is an independent project developed by the community. It is NOT affiliated with, endorsed by, or supported by Lyngdorf Audio A/S or Steinway Lyngdorf.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.