Loading MCP server directory, please wait...
Control Sonos from any MCP client: play, search, group rooms, volume, announcements, reminders.
npx @getmcp/cli add dev.zonefoundry/sonosRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <key>. Generate the key in the ZoneFoundry for Sonos iOS app: Settings > Connections > AI assistants.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.zonefoundry/sonos": {
"url": "https://relay.zonefoundry.dev/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}