Lyngdorf MCP Server

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.

Category
访问服务器

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.

Lyngdorf MCP in Action

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:

  1. Auto-discovers all Lyngdorf devices on your network via mDNS
  2. Auto-connects if exactly one device is found
  3. Lists devices if multiple are found (use listDevices and selectDevice tools)

No manual configuration needed! Just start Claude Desktop and ask:

"What's my current volume?"

Available Tools (43)

Power Control

  • powerOn, powerOff, togglePower
  • checkPowerState - Check if device is active or in standby

Volume Control (Safety Protected)

  • setVolume - Set volume (with safety checks)
  • volumeUp, volumeDown - Adjust by 0.5dB
  • getVolume - Get current level
  • mute, unmute

Audio & Tone

  • setBass, getBass - Bass gain control
  • setTreble, getTreble - Treble gain control
  • setBalance, getBalance - L/R Balance
  • setBassFrequency, getBassFrequency
  • setTrebleFrequency, getTrebleFrequency

Input & Source

  • setSource, getSource
  • listSources - List all available inputs

RoomPerfect & Voicing

  • setRoomPerfectFocus, setRoomPerfectGlobal, getRoomPerfect
  • listRoomPerfectPositions - List available focus positions
  • setVoicing, nextVoicing, previousVoicing, getVoicing
  • listVoicings - List available voicing presets

Playback & Streaming (Model Dependent)

  • play, pause, stop, next, previous
  • getStreamType - Detect current stream (Spotify, Roon, AirPlay, etc.)

Device Management

  • discoverDevices, listDevices, selectDevice
  • getStatus - Comprehensive device status

Available Resources

Access manuals and documentation as MCP resources:

  • lyngdorf://manual/{model}/commands - Command reference
  • lyngdorf://manual/{model}/owners/index - Owner's Manual TOC
  • lyngdorf://manual/{model}/owners/{section} - Specific manual sections
  • lyngdorf://search?q={query} - Search all manuals

Supported Manuals: TDAI-1120, TDAI-2170, TDAI-2210, TDAI-3400

Troubleshooting

No Devices Found

  1. Ensure device is powered on and connected to the network.
  2. Check if you are on the same subnet.
  3. Try setting LYNGDORF_IP manually.

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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选