Skip to content
Claude Desktop

ZoneFoundry for Sonos for Claude Desktop

dev.zonefoundry/sonos

Control Sonos from any MCP client. No bridge hardware; connects over OAuth — no API key to paste.

client:Claude Desktop transport:streamable-http

Install ZoneFoundry for Sonos in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sonos": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://relay.zonefoundry.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ZoneFoundry for Sonos in other clients