youtube_music_mcp_server
Verified Safeby vweiss960
Overview
An MCP server for interacting with YouTube Music and performing web searches.
Installation
python main.pyEnvironment Variables
- BRAVE_API_KEY
Security Notes
The code uses `os.environ.get` for API keys, which is good practice. No `eval` or `exec` statements are present. The primary security considerations involve the use of `ytmusicapi` and `requests` libraries, and ensuring the Brave API key is kept secure.
Similar Servers
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
mcp-youtube
Empowers AI language models to retrieve token-optimized, structured YouTube data for video search, detail retrieval, transcript fetching, channel analysis, and trend discovery.
fetch-mcp
Serves as an MCP server to fetch URLs and YouTube video transcripts efficiently.