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
This MCP server enables AI agents to interact with video platforms by providing tools for searching, extracting metadata, downloading content (video/audio), and generating transcripts/subtitles using the yt-dlp utility.
spotify-streamable-mcp-server
An HTTP MCP server for Spotify, enabling LLMs to search music, control playback, and manage playlists/saved songs for voice interfaces and smart-home automations.
youtube-mcp-server
This server provides practical examples of creating Model Context Protocol (MCP) servers to integrate external services, specifically the YouTube API, with language models like GitHub Copilot Chat.
mcp-youtube
Provides token-optimized, structured YouTube Data API v3 data for LLM applications, enabling video search, details, transcripts, channel analysis, and trend discovery.