# mpc > Music Player Client. > Control the Music Player Daemon (MPD). > More information: . - Toggle play/pause: `mpc toggle` - Stop playing: `mpc stop` - Show information about the currently playing song: `mpc status` - Play the next song: `mpc next` - Play the previous song: `mpc prev` - Seek `n` seconds forward (`+`) or backward (`-`): `mpc {{+n|-n}}`