YouTube Music MCP Server
YouTubeミュージックMCPサーバー
概要
このプロジェクトは、AIモデルがGoogle Chrome経由でYouTube Musicの再生を制御できるようにするModel Context Protocol(MCP)サーバーを実装します。これにより、AIアシスタントと音楽再生の間のギャップが解消され、AIが曲名やアーティスト名に基づいて曲を検索・再生できるようになります。
Related MCP server: social-video-mcp
MCPとは何ですか?
モデルコンテキストプロトコル(MCP)は、AIモデルが外部ツールやサービスと連携するための標準化された方法です。MCPは、AIアシスタントが以下のことを可能にする構造化された通信プロトコルを提供します。
利用可能なツールを見つける
ツールの機能を理解する
これらのツールを通じてアクションを実行する
応答とエラーを一貫して処理する
MCP について詳しくは:
特徴
YouTube Musicで曲を検索
Google Chromeで直接曲を再生
曲名とアーティスト名の検索をサポート
エラー処理とログ記録
クロスプラットフォーム サポート (Chrome 自動化では macOS に重点を置く)
建築
概要
youtube-music-server MCP サーバー
モデルコンテキストプロトコルサーバー
これは、シンプルなメモシステムを実装したTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
URIとメタデータを含むテキストメモを表すリソース
新しいノートを作成するためのツール
メモの要約を生成するためのプロンプト
特徴
リソース
note://URI 経由でメモの一覧表示とアクセスを行う各ノートにはタイトル、内容、メタデータがあります
シンプルなコンテンツアクセスのためのプレーンテキスト MIME タイプ
ツール
create_note- 新しいテキストノートを作成するタイトルとコンテンツを必須パラメータとして受け取ります
メモをサーバー状態に保存する
プロンプト
summarize_notes- 保存されているすべてのメモの要約を生成するすべてのノートの内容を埋め込みリソースとして含めます
LLM要約のための構造化されたプロンプトを返す
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"youtube-music-server": {
"command": "/path/to/youtube-music-server/build/index.js"
}
}
}デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Suno AI music generation, lyrics, and covers
MCP server for Producer/Riffusion AI music generation
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseBqualityDmaintenanceA simple MCP server that allows AI assistants like Cursor or Claude Desktop to search for and play tracks on YouTube Music through natural language commands.28412MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to play and control YouTube and TikTok videos through a native mpv player window. It supports browsing subscriptions, searching content, managing playlists, and fetching video metadata using authenticated browser cookies.23104MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server for YouTube automation using Playwright and Gemini AI agent. Enables browser control for YouTube operations like searching, playing videos, skipping ads, and managing playback through natural language commands.
- FlicenseNot gradedqualityDmaintenanceA full-featured YouTube Music MCP server that lets AI assistants control playback, browse history, download songs, and manage playlists via natural language.1
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mondweep/youtube-music-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server