io.github.arijit-gogoi/mpv-mcp-server MCP Server
io.github.arijit-gogoi/mpv-mcp-server
What is the io.github.arijit-gogoi/mpv-mcp-server MCP server?
Control mpv media player — playback, playlists, YouTube streaming, and downloads.
How to install io.github.arijit-gogoi/mpv-mcp-server
Copy-paste configuration for popular MCP clients.
MPV_PATHPath to mpv executable (default: mpv from PATH)
MPV_IPC_PATHIPC socket path (default: named pipe on Windows, Unix socket on macOS/Linux)
MPV_MEDIA_DIRSComma-separated media directories to scan (default: ~/Music,~/Videos)
MPV_DOWNLOAD_DIRDownload directory for YouTube downloads (default: ~/Downloads)
{
"mcpServers": {
"mpv-mcp-server": {
"command": "npx",
"args": [
"-y",
"mpv-mcp-server"
],
"env": {
"MPV_PATH": "<YOUR_MPV_PATH>",
"MPV_IPC_PATH": "<YOUR_MPV_IPC_PATH>",
"MPV_MEDIA_DIRS": "<YOUR_MPV_MEDIA_DIRS>",
"MPV_DOWNLOAD_DIR": "<YOUR_MPV_DOWNLOAD_DIR>"
}
}
}
}{
"mcpServers": {
"mpv-mcp-server": {
"command": "npx",
"args": [
"-y",
"mpv-mcp-server"
],
"env": {
"MPV_PATH": "<YOUR_MPV_PATH>",
"MPV_IPC_PATH": "<YOUR_MPV_IPC_PATH>",
"MPV_MEDIA_DIRS": "<YOUR_MPV_MEDIA_DIRS>",
"MPV_DOWNLOAD_DIR": "<YOUR_MPV_DOWNLOAD_DIR>"
}
}
}
}{
"mcpServers": {
"mpv-mcp-server": {
"command": "npx",
"args": [
"-y",
"mpv-mcp-server"
],
"env": {
"MPV_PATH": "<YOUR_MPV_PATH>",
"MPV_IPC_PATH": "<YOUR_MPV_IPC_PATH>",
"MPV_MEDIA_DIRS": "<YOUR_MPV_MEDIA_DIRS>",
"MPV_DOWNLOAD_DIR": "<YOUR_MPV_DOWNLOAD_DIR>"
}
}
}
}{
"servers": {
"mpv-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mpv-mcp-server"
],
"env": {
"MPV_PATH": "<YOUR_MPV_PATH>",
"MPV_IPC_PATH": "<YOUR_MPV_IPC_PATH>",
"MPV_MEDIA_DIRS": "<YOUR_MPV_MEDIA_DIRS>",
"MPV_DOWNLOAD_DIR": "<YOUR_MPV_DOWNLOAD_DIR>"
}
}
}
}claude mcp add mpv-mcp-server --env MPV_PATH=<YOUR_MPV_PATH> --env MPV_IPC_PATH=<YOUR_MPV_IPC_PATH> --env MPV_MEDIA_DIRS=<YOUR_MPV_MEDIA_DIRS> --env MPV_DOWNLOAD_DIR=<YOUR_MPV_DOWNLOAD_DIR> -- npx -y mpv-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.