Control mpv media player β playback, playlists, YouTube streaming, and downloads.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP server for controlling mpv media player. Browse your music library, control playback, stream from YouTube, and download tracks β all from inside an MCP client like Claude Code.
MPV_PATH)Add to your project's .mcp.json:
Or add at user scope (available in all projects):
Add to your Claude Desktop config:
All configuration is via environment variables. Everything has sensible defaults.
| Variable | Default | Description |
|---|---|---|
MPV_PATH | mpv | Path to mpv executable |
MPV_IPC_PATH | \\.\pipe\mpvpipe (Windows) or /tmp/mpv-ipc.sock (Unix) | IPC socket path |
MPV_MEDIA_DIRS | ~/Music,~/Videos | Comma-separated media directories to scan |
MPV_DOWNLOAD_DIR | ~/Downloads | Where downloaded files are saved |
| Tool | Description |
|---|---|
mpv_play | Play a file by path or search term |
mpv_pause | Pause playback |
mpv_resume | Resume playback |
mpv_stop | Stop playback |
mpv_status | Get current playback status |
mpv_seek | Seek to position ("90", "1:30", "+10", "-30") |
mpv_volume | Get or set volume (0-150) |
| Tool | Description |
|---|---|
mpv_browse | List and search available media files |
mpv_playlist | Show current playlist |
mpv_add | Add a track to the playlist |
mpv_load_playlist | Load a playlist file (.m3u, .pls, .txt) |
mpv_next | Skip to next track |
mpv_prev | Go to previous track |
| Tool | Description |
|---|---|
mpv_youtube | Search YouTube and stream through mpv (supports append mode) |
mpv_download | Download from YouTube (audio or video) |
YouTube tools require yt-dlp on your PATH. Audio downloads also require ffmpeg.
| Tool | Description |
|---|---|
mpv_info | Get metadata for the current track or any file by search term |
mpv_tag | Write metadata tags (artist, title, album, genre, date, comment) to a file |
Both tools infer artist/title from the "Artist - Title" filename pattern. Requires ffmpeg (includes ffprobe).
The server communicates with mpv via its JSON IPC protocol. On Windows this uses a named pipe, on macOS/Linux a Unix domain socket. If mpv isn't running, the server spawns it automatically in idle mode. The mpv process is detached, so it keeps playing even if the MCP server exits.
Developed and tested on Windows. macOS/Linux support is implemented but untested β issues and PRs welcome!
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mpv-mcp-server)<a href="https://allmcps.com/mcp/mpv-mcp-server"><img src="https://allmcps.com/api/badge/mpv-mcp-server?style=directory" alt="Mpv Mcp Server on AllMCPs" /></a>