MusicBee Remote
A Visual Studio Code extension to control MusicBee remotely.
Table of Contents

Installation
From Visual Studio Code Marketplace
- Open Visual Studio Code
- Go to the Extensions view (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "MusicBee Remote"
- Click Install
→ Visual Studio Marketplace{: .btn .btn-success }
From Open VSX Registry
For editors that use the Open VSX Registry (e.g., Cursor, VSCodium):
- Open your editor
- Go to the Extensions view (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "MusicBee Remote"
- Click Install
→ Open VSX Registry{: .btn .btn-success }
From Command Line
Choose the command based on your editor
code --install-extension darthminos.musicbee-remote
cursor --install-extension darthminos.musicbee-remote
codium --install-extension darthminos.musicbee-remote
antigravity --install-extension darthminos.musicbee-remote
kiro --install-extension darthminos.musicbee-remote
windsurf --install-extension darthminos.musicbee-remote
Requirements
Features
- View the currently playing track
- Control playback (play, pause, next, previous)
- Mute and unmute audio
- Adjust volume
- View and set track rating
- Mark tracks as favorite
- Display album art and track information
- Independent theme support
Extension Settings
If you do not use the default host and port, you can configure them in your VS Code settings:
musicBeeRemote.host: The host address of the MusicBee Remote API.
musicBeeRemote.port: The port of the MusicBee Remote API.
musicBeeRemote.clientName: The name of the client connecting to the MusicBee Remote API.
musicBeeRemote.theme: The theme to use for the MusicBee Remote view.
Credits
Made with contrib.rocks.
Made with ❤️ for the Visual Studio Code community