Skip to content
Windsurf

mpv mcp server for Windsurf

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

Control mpv media player — playback, playlists, YouTube streaming, and downloads.

client:Windsurf transport:stdio runtime:npm

Install mpv mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mpv-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mpv-mcp-server"
      ],
      "env": {
        "MPV_PATH": "<MPV_PATH>",
        "MPV_IPC_PATH": "<MPV_IPC_PATH>",
        "MPV_MEDIA_DIRS": "<MPV_MEDIA_DIRS>",
        "MPV_DOWNLOAD_DIR": "<MPV_DOWNLOAD_DIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mpv mcp server in other clients