Server data from the Official MCP Registry
Control mpv media player — playback, playlists, YouTube streaming, and downloads.
Control mpv media player — playback, playlists, YouTube streaming, and downloads.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MPV_PATH
Environment variable: MPV_IPC_PATH
Environment variable: MPV_MEDIA_DIRS
Environment variable: MPV_DOWNLOAD_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-arijit-gogoi-mpv-mcp-server": {
"env": {
"MPV_PATH": "your-mpv-path-here",
"MPV_IPC_PATH": "your-mpv-ipc-path-here",
"MPV_MEDIA_DIRS": "your-mpv-media-dirs-here",
"MPV_DOWNLOAD_DIR": "your-mpv-download-dir-here"
},
"args": [
"-y",
"mpv-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
{
"mcpServers": {
"mpv": {
"command": "npx",
"args": ["-y", "mpv-mcp-server"]
}
}
}
Or add at user scope (available in all projects):
claude mcp add mpv --scope user -- npx -y mpv-mcp-server
Add to your Claude Desktop config:
{
"mcpServers": {
"mpv": {
"command": "npx",
"args": ["-y", "mpv-mcp-server"]
}
}
}
{
"mcpServers": {
"mpv": {
"command": "npx",
"args": ["-y", "mpv-mcp-server"],
"env": {
"MPV_PATH": "/usr/local/bin/mpv",
"MPV_MEDIA_DIRS": "/home/user/Music,/home/user/Podcasts",
"MPV_DOWNLOAD_DIR": "/home/user/Music"
}
}
}
}
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.