MCP Server
MCP
io.github.arijit-gogoi/mpv-mcp-server
Control mpv media player — playback, playlists, YouTube streaming, and downloads.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mpv-mcp-server",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to mpv executable (default: mpv from PATH)",
"format": "string",
"name": "MPV_PATH"
},
{
"description": "IPC socket path (default: named pipe on Windows, Unix socket on macOS/Linux)",
"format": "string",
"name": "MPV_IPC_PATH"
},
{
"description": "Comma-separated media directories to scan (default: ~/Music,~/Videos)",
"format": "string",
"name": "MPV_MEDIA_DIRS"
},
{
"description": "Download directory for YouTube downloads (default: ~/Downloads)",
"format": "string",
"name": "MPV_DOWNLOAD_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment