Integrations
Provides tools for controlling Sonos audio devices, including discovering devices on a network, controlling playback (play, pause, stop, next, previous), managing playback queues, adjusting volume, retrieving now playing information, and enabling party mode across speakers.
Sonos MCP Server
This project is a Sonos MCP (Model Context Protocol) server that allows you to control and interact with Sonos devices on your network. It provides various functionalities such as discovering devices, controlling playback, retrieving device states, and managing queues.
Features
- Discover Sonos devices on the network
- Retrieve and control playback state for devices
- Manage playback queues
- Expose functionalities as MCP tools
Requirements
- Python 3.7+
uv
for managing Python projects
Installation
- Clone the repository:
- Install the required dependencies using
uv
:
Usage
Running the Server
Stdio
Run the server using stdio:
SSE with Supergateway
Run the server with SSE using the supergateway
tool:
Alternatively, you can use the convenience script provided in the repository:
Development
To run the server in "development" mode with the MCP Inspector:
This command hosts an MCP Inspector for testing and debugging purposes.
To run the server with SSE in development mode, use the SSE command for supergateway, and in a second terminal windor run:
Available MCP Tools
Use the exposed MCP tools to interact with Sonos devices. The available tools include:
get_all_device_states
: Retrieve the state information for all discovered Sonos devices.now_playing
: Retrieve information about currently playing tracks on all Sonos devices.get_device_state
: Retrieve the state information for a specific Sonos device.pause
,stop
,play
: Control playback on a Sonos device.next
,previous
: Skip tracks on a Sonos device.get_queue
,get_queue_length
: Manage the playback queue for a Sonos device.mode
: Get or set the play mode of a Sonos device.partymode
: Enable party mode on the current Sonos device.speaker_info
: Retrieve speaker information for a Sonos device.get_current_track_info
: Retrieve current track information for a Sonos device.volume
: Get or set the volume of a Sonos device.skip
,play_index
,remove_index_from_queue
: Manage tracks in the queue for a Sonos device.
License
This project is licensed under the MIT License. See the LICENSE file for details.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
A server that allows you to control and interact with Sonos devices on your network through the Model Context Protocol, providing functionalities for discovering devices, controlling playback, retrieving device states, and managing queues.
Related MCP Servers
- AsecurityAlicenseAqualityA server that enables interaction with Home Assistant devices and automations through the Model Context Protocol, allowing users to monitor device states, control devices, trigger automations, and list entities.Last updated 2 months ago429JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.Last updated a month agoJavaScriptISC License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables interaction with Service Nervous System (SNS) DAOs on the Internet Computer, allowing users to list proposals, view neurons, get system parameters, manage wallets, and vote on proposals.Last updated a month ago62TypeScript
Hedera MCP Serverofficial
-securityFlicense-qualityA Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.Last updated 11 days agoJavaScript