mpv mcp server for Cursor
io.github.arijit-gogoi/mpv-mcp-server
Control mpv media player — playback, playlists, YouTube streaming, and downloads.
client:Cursor
transport:stdio
runtime:npm
Install mpv mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mpv-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs