Skip to main content
Glama

YouTube Music MCP

by instructa

YouTubeミュージックMCP🎵

これは、Cursor や Claude Desktop などの AI アシスタントから直接 YouTube Music のトラックを検索して再生できるシンプルな MCP サーバーです。

搭載コンポーネント:

利用可能なツール

  • searchTrack : YouTube Music のトラックを名前で検索します。
  • playTrack : デフォルトのブラウザでトラックを検索して開き、直接再生します。

インストール

1. キーを入手する

これを動作させるには、有効なGoogle Youtube APIキーが必要です。

2. カーソルに追加

カーソル.cursor/mcp.json設定に次の MCP 構成を追加します。

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

開発する

このMCPは通常、 npxを使用して直接実行され、ソースコードを変更する予定がない限り、ローカルインストールやビルドは必要ありません。ローカルで開発する場合は、通常、ソースリポジトリ(利用可能な場合)をクローンし、その特定の貢献ガイドラインに従います。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。


リンク

コース

他のプロジェクトもご覧ください:

  • AIプロンプト- Cursor AI、Cline、Windsurf、Github Copilot向けに厳選されたAIプロンプト
  • codefetch - 簡単なターミナルコマンドでコードを LLM 用の Markdown に変換します
  • aidex AI 言語モデルに関する詳細な情報を提供し、開発者がニーズに合った適切なモデルを選択できるように支援する CLI ツール。
  • codetie - XCode CLI
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Cursor や Claude Desktop などの AI アシスタントが自然言語コマンドを使用して YouTube Music のトラックを検索および再生できるようにするシンプルな MCP サーバーです。

  1. 利用可能なツール
    1. インストール
      1. キーを入手する
      2. カーソルに追加
      3. ライセンス
      4. リンク
      5. コース
      6. 他のプロジェクトもご覧ください:

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      The MCP Server integrates APIs from the Youtube-Summarizer as tools within the MCP protocol, allowing for local AI application interaction and tool utilization through natural language queries.
      Last updated -
      Python
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows AI models to control YouTube Music playback through Google Chrome by searching and playing songs using song and artist names.
      Last updated -
      2
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
      Last updated -
      1
      JavaScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.
      Last updated -
      1
      Python
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/instructa/mcp-youtube-music'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server