
MPD MCP Server
by gamoutatsumi
Control your Music Player Daemon (MPD) directly via MCP tools.
What it does
Connects an AI assistant to a Music Player Daemon (MPD) instance, allowing the AI to manage music playback, search the music library, and manipulate playlists through a standardized interface.
Tools
search: Find songs in the MPD database.play: Start playback of a specific song.pause: Pause current playback.stop: Stop playback.resume: Resume paused playback.next: Skip to the next track.previous: Go back to the previous track.get_status: Retrieve the current state of the MPD server.get_current_song: Get details of the active track.get_playlist: List the current queue/playlist.clear_playlist: Wipe the current playlist.add_playlist: Append a song to the queue.
Installation
{
"mcpServers": {
"mpd-mcp-server": {
"command": "mpd-mcp-server",
"env": {
"MPD_SERVER": "localhost",
"MPD_PORT": "6600"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/gamoutatsumi/mpd-mcp-server@latestInformation
- Pricing
- free
- Published
- 5/3/2026
- stars





