Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Yt2vlc

FreeNot checked

Streams YouTube videos to VLC Media Player via MCP. Allows searching YouTube and playing videos directly in VLC.

GitHubEmbed

About

Streams YouTube videos to VLC Media Player via MCP. Allows searching YouTube and playing videos directly in VLC.

README

YouTube 영상을 VLC 플레이어로 스트리밍하는 MCP 서버

설치

pip install -r requirements.txt

실행

python main.py

서버는 http://127.0.0.1:8000에서 실행됩니다.

MCP 클라이언트 연결

Claude Desktop 연결 (프록시 사용)

Claude Desktop은 원격 MCP 서버를 직접 사용할 수 없으므로 프록시 서버를 사용합니다.

  1. MCP 서버 실행 (터미널 1):
python main.py
  1. 프록시 서버 설정: Claude Desktop 설정 파일 (%APPDATA%\Claude\claude_desktop_config.json)에 다음을 추가:
{
  "mcpServers": {
    "yt2vlc-mcp": {
      "command": "python",
      "args": ["/path/to/proxy_server.py"],
    }
  }
}

구조: Claude Desktop → STDIO → proxy_server.py → HTTP → main.py

Cursor 연결

Cursor의 MCP 설정 파일 (.cursorrules 또는 설정)에 다음을 추가하세요:

{
  "mcp": {
    "servers": {
      "yt2vlc-mcp": {
        "url": "http://127.0.0.1:8000"
      }
    }
  }
}

사용 방법

YouTube 검색

YouTube에서 "노래 제목" 검색해줘

YouTube 스트리밍

https://www.youtube.com/watch?v=... 이 영상을 VLC로 재생해줘

필수 프로그램

  • Python 3.7+
  • VLC Media Player
  • yt-dlp
  • Git Bash

from github.com/cola314/yt2vlc-mcp

Installing Yt2vlc

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/cola314/yt2vlc-mcp

FAQ

Is Yt2vlc MCP free?

Yes, Yt2vlc MCP is free — one-click install via Unyly at no cost.

Does Yt2vlc need an API key?

No, Yt2vlc runs without API keys or environment variables.

Is Yt2vlc hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Yt2vlc in Claude Desktop, Claude Code or Cursor?

Open Yt2vlc on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Yt2vlc with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs