Serversio.github.arijit-gogoi/mpv-mcp-server
S

io.github.arijit-gogoi/mpv-mcp-server

io.github.arijit-gogoi/mpv-mcp-server · v1.2.0
▦ npm
v1.2.0npm npm: mpv-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.arijit-gogoi/mpv-mcp-server",
  "description": "Control mpv media player — playback, playlists, YouTube streaming, and downloads.",
  "repository": {
    "url": "https://github.com/arijit-gogoi/mpv-mcp-server",
    "source": "github"
  },
  "version": "1.2.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}