YouTube Music MCP 🎵
@instructa
About YouTube Music MCP 🎵
🎶 A simple MCP Server that search & plays youtube music tracks
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-music-mcp": {
"command": "npx",
"args": [
"-y",
"@instructa/mcp-youtube-music"
],
"env": {
"YOUTUBE_API_KEY": "<INSERT_API_KEY_HERE>"
}
}
}
}Tools
2Search for tracks on YouTube Music by name.
Play tracks directly by searching and opening them in your default browser.
Overview
What is YouTube Music MCP 🎵?
YouTube Music MCP 🎵 is a simple MCP server that allows you to search for and play tracks on YouTube Music directly from an AI assistant such as Cursor or Claude Desktop. It was built using the YouTube Music platform and the Anthropic MCP protocol.
How to use YouTube Music MCP 🎵?
Obtain a valid Google YouTube API Key from the Google Cloud Console. Then add the provided MCP configuration to your Cursor .cursor/mcp.json file, inserting your API key. Run the server via npx using the @instructa/mcp-youtube-music package; no local installation or building is required unless you intend to modify the source code.
Key features of YouTube Music MCP 🎵
- Search for tracks on YouTube Music by name.
- Play tracks directly by opening them in your default browser.
- Integrates with AI assistants like Cursor and Claude Desktop.
- Simple npx‑based setup, no manual installation needed.
- Uses the YouTube Music platform and MCP protocol.
- Requires a valid Google YouTube API key.
Use cases of YouTube Music MCP 🎵
- Quickly search for a song while writing code in Cursor.
- Ask Claude Desktop to play a specific track from YouTube Music.
- Integrate music playback into AI‑powered workflows or automation.
- Provide music recommendations through a conversational interface.
FAQ from YouTube Music MCP 🎵
What tools does YouTube Music MCP 🎵 provide?
The server exposes two tools: searchTrack (search by name) and playTrack (open the track in your browser).
Do I need a YouTube API key to use this server?
Yes. A valid Google YouTube API Key from the Google Cloud Console is required for the server to work.
How do I install YouTube Music MCP 🎵?
Add the MCP configuration block to your Cursor .cursor/mcp.json file, with the command set to npx and args including -y @instructa/mcp-youtube-music. Then define the YOUTUBE_API_KEY environment variable.
Which AI assistants are supported?
The README mentions Cursor and Claude Desktop as supported AI assistants.
How does the playTrack tool work?
playTrack searches for the requested track and opens it in your default browser, allowing you to listen on YouTube Music.
Frequently asked questions
What tools does YouTube Music MCP 🎵 provide?
The server exposes two tools: `searchTrack` (search by name) and `playTrack` (open the track in your browser).
Do I need a YouTube API key to use this server?
Yes. A valid Google YouTube API Key from the Google Cloud Console is required for the server to work.
How do I install YouTube Music MCP 🎵?
Add the MCP configuration block to your Cursor `.cursor/mcp.json` file, with the `command` set to `npx` and `args` including `-y @instructa/mcp-youtube-music`. Then define the `YOUTUBE_API_KEY` environment variable.
Which AI assistants are supported?
The README mentions Cursor and Claude Desktop as supported AI assistants.
How does the playTrack tool work?
`playTrack` searches for the requested track and opens it in your default browser, allowing you to listen on YouTube Music.
Basic information
More Media & Design MCP servers
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics

uxgen
uxgenA library of conversion components for e-commerce, built on A/B tested mechanics and handed straight to your coding agent. 65 pieces drawn from mechanics that have been A/B tested in real stores: cart drawer with the ups
QR Planet QR Code MCP Server
qrplanetQR Planet QR Code MCP Server - Hosted MCP server for QR Planet. Connect AI agents and MCP-compatible clients to create, update, design, route, and analyze dynamic QR Codes using your QR Planet API key.
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.

Shotstack
Shotstack's official MCP server gives AI assistants direct access to the Shotstack video editing API, so you can produce video from a conversation instead of writing Edit JSON by hand. Available tools cover rendering vid
Comments