Tommertom/sonos-ts-mcp
Comprehensive Sonos audio system control through pure TypeScript implementation. Features complete device discovery, multi-room playback management, queue control, music library browsing, alarm management, real-time event subscriptions, and audio EQ settings. Includes 50+ tools for seamless smart home audio automation via UPnP/SOAP protocols.
Quick Start
Clone the repository:
git clone https://github.com/Tommertom/sonos-ts-mcpClaude Desktop configuration example:
{
"mcpServers": {
"sonos-ts-mcp": {
"command": "npx",
"args": [
"-y",
"Tommertom/sonos-ts-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.