MusicBee Remote
March 23, 2026 · View on GitHub
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
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
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
- MusicBee installed on your system
- MusicBee Remote API enabled
Features
- View the currently playing track
- Control playback (play, pause, next, previous)
- Toggle repeat mode
- Toggle shuffle mode (off, on, Auto DJ)
- Toggle playlist panel indicator
- Mute and unmute audio
- Adjust volume
- View and set track rating
- Mark tracks as favorite
- In mini view, hover the rating star to expand all 5 stars; mini action buttons slide out while rating and return on mouse-out or rating click
- Display album art and track information
- Independent theme support
- Built-in themes including Ubuntu, Gogh, Dracula, Breeze, Hotdog, Grayscale, Cyberpunk2077, Tron, Matrix, Fairy Floss Dark, Grass, Harper, Horizon Bright, Horizon Dark, Material, and Tokyo Night
Extension Settings
If you do not use the default host and port, you can configure them in your VS Code settings:
musicBeeRemote.syncHostInfo: Whenfalse, the extension addsmusicBeeRemote.hostandmusicBeeRemote.porttosettingsSync.ignoredSettingsso they stay local to the current machine.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
- MusicBee by Steven Mayall
- MusicBeeRemote/mbrc-plugin by Konstantinos Paparas (kelsos)
- MusicBeeRemote/mbrc by Konstantinos Paparas (kelsos)
- MusicBee icon by Icons8
Made with contrib.rocks.
Made with ❤️ for the Visual Studio Code community