🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@instructa/mcp-youtube-music

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructa/mcp-youtube-music

Simple MCP Starter Package

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
2
Created
Source

YouTube Music MCP 🎵

This is a simple MCP server that allows you to search for and play tracks on YouTube Music directly from your AI assistant like Cursor or Claude Desktop.

Built with:

  • YouTube Music
  • Anthropic MCP
  • Cursor

Available Tools

  • searchTrack: Search for tracks on YouTube Music by name.
  • playTrack: Play tracks directly by searching and opening them in your default browser.

Installation

1. Get a key

To make this work you need a valid Google Youtube API Key

2. Add to cursor

Add the following MCP configuration to your Cursor .cursor/mcp.json settings:

{
  "mcpServers": {
    "youtube-music-mcp": {
      "command": "npx",
      "args": ["-y", "@instructa/youtube-music-mcp"],
      "env": {
        "YOUTUBE_API_KEY": "<INSERT_API_KEY_HERE>"
      }
    }
  }
}

Develop

This MCP is typically run directly using npx and doesn't require local installation or building unless you intend to modify the source code. If you want to develop it locally, you would typically clone the source repository (if available) and follow its specific contribution guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Courses

See my other projects:

  • AI Prompts - Curated AI Prompts for Cursor AI, Cline, Windsurf and Github Copilot
  • codefetch - Turn code into Markdown for LLMs with one simple terminal command
  • aidex A CLI tool that provides detailed information about AI language models, helping developers choose the right model for their needs.
  • codetie - XCode CLI

Keywords

mcp

FAQs

Package last updated on 09 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts