yt2vlc-mcp
Allows playing YouTube videos directly in VLC media player.
Allows searching YouTube and streaming videos to VLC media player.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yt2vlc-mcpsearch for 'lofi hip hop' and play in VLC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
yt2vlc-mcp
YouTube 영상을 VLC 플레이어로 스트리밍하는 MCP 서버
설치
pip install -r requirements.txtRelated MCP server: mcp-apps
실행
python main.py서버는 http://127.0.0.1:8000에서 실행됩니다.
MCP 클라이언트 연결
Claude Desktop 연결 (프록시 사용)
Claude Desktop은 원격 MCP 서버를 직접 사용할 수 없으므로 프록시 서버를 사용합니다.
MCP 서버 실행 (터미널 1):
python main.py프록시 서버 설정: 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
This server cannot be deployed
Maintenance
Related MCP Connectors
YouTube MCP — wraps the YouTube Data API v3 (BYO API key)
Search YouTube, read video metadata, and fetch transcripts with language preferences
Search, video, channel, playlist, comments, trending and related items from YouTube. Hosted by the p
Search YouTube and read video, channel and transcript data as JSON. No Google Cloud project.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables searching, retrieving metadata, and downloading YouTube videos or audio without requiring an API key. It utilizes yt-dlp to support media retrieval and playlist management within MCP-compliant clients like Claude and Cursor.81MIT
- AlicenseNot gradedqualityDmaintenanceEnables interacting with YouTube Data API v3 through MCP tools (get-video, get-channel, get-latest-video) and bundled UI apps for video and channel profiles.104MIT
- AlicenseAqualityDmaintenanceEnables YouTube search, video details, channels, playlists, and comments scraping via MCP, no API key required.10141MIT
- AlicenseNot gradedqualityCmaintenanceStreamable HTTP MCP server for YouTube that enables video search, channel exploration, playlist browsing, and video detail retrieval via the YouTube Data API.146MIT