LLM Jukebox
Enables LLMs to search, download, and extract information from YouTube music videos.
LLM Jukebox MCP Server
A Model Context Protocol (MCP) server that enables LLMs to search, download, and play YouTube music.
Features
- YouTube Music Search: Find music videos by artist, song title, album, or any search query
- Audio Download: Download and convert YouTube videos to high-quality MP3 files
- Audio Playback: Model can start and stop songs
- Async Operations: Non-blocking downloads and searches with progress tracking
- Logging: Debug-level logging to file and stderr
Installation
- Get the Files: Clone the repo or download and extract the zip
- Get FFMPEG: Make sure you have ffmpeg. In windows open a terminal and type
winget install ffmpeg, in Ubuntu or Debian dosudo apt install ffmpeg - Load a Tool Capable Model: Ensure you have a model that is trained to handle tools properly. Qwen 3 and Gemma 3 are good choices.
- Create JSON Entry: In LM Studio, click Developer mode, then Program, Tools and Integrations, the the arrow next to the Install button, and Edit mcp.json. Add the entry below under mcpServers:
"llm-jukebox": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"yt-dlp",
"--with",
"tinydb",
"--with",
"pygame",
"fastmcp",
"run",
"c:/path/to/llm-jukebox/server.py"
],
"env": {
"DOWNLOAD_PATH": "c:/path/to/downloads"
}
}
Make sure to change the paths to fit which paths the repo is in and where you want to the downloads to go.
If you have no other entries, the full JSON should look something like this:
{
"mcpServers": {
"llm-jukebox": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"yt-dlp",
"--with",
"tinydb",
"--with",
"pygame",
"fastmcp",
"run",
"c:/users/user/llm-jukebox/server.py"
],
"env": {
"DOWNLOAD_PATH": "c:/users/user/downloads"
}
}
}
}
Click on the Save button or hit Ctrl+S. If it works you should be able to set the slider to turn on llm-jukebox.
Now you can ask the LLM to grab a song for you!
Legal Considerations
This tool is intended for personal use with content you have the right to download. Users are responsible for complying with:
- YouTube's Terms of Service
- Local copyright laws
- Content creators' rights
Always respect intellectual property and consider supporting artists through official channels.
Credit
Playback tool adapted from https://github.com/Here-and-Tomorrow-LLC/audio-player-mcp (MIT Licensed)
Related Servers
O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
Google Search
Perform Google searches and view web content with advanced bot detection avoidance.
BGPT MCP
Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, limitations, and quality scores.
CUFinder
Access 1B+ verified contacts and 85M+ companies for B2B lead generation, person lookup, company enrichment, and local business search directly through AI assistants.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
Perplexity
Web search using the Perplexity API with automatic model selection based on query intent.
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.
Naver Search
Search across various Naver services and analyze data trends using the Naver Search and DataLab APIs.
Perplexity Search
Web search and chat completion powered by the Perplexity AI API.
Semantic API
Natural language API discovery — search 700+ API capabilities, get endpoints, auth setup, and code snippets.