YouTube Music MCP
YouTubeミュージックMCP🎵
これは、Cursor や Claude Desktop などの AI アシスタントから直接 YouTube Music のトラックを検索して再生できるシンプルな MCP サーバーです。
搭載コンポーネント:
利用可能なツール
searchTrack: YouTube Music のトラックを名前で検索します。playTrack: デフォルトのブラウザでトラックを検索して開き、直接再生します。
インストール
Related MCP server: MCP Spotify Server
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 ファイルを参照してください。
リンク
Twitter: @kregenrek
ブルースカイ: @kevinkern.dev
コース
Cursor AIを学ぶ:究極のカーソルコース
AIを使ったソフトウェア構築を学ぶ: instructa.ai
他のプロジェクトもご覧ください:
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows AI models to control YouTube Music playback through Google Chrome by searching and playing songs using song and artist names.22MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server that enables AI assistants like Cursor and Claude to control Spotify playback, playlists, and manage tokens via OAuth.152
- FlicenseNot gradedqualityBmaintenanceAn MCP server for managing YouTube Music playlists via Claude. Add and remove songs, create playlists, and ask Claude to suggest music — all through conversation.
- AlicenseAqualityBmaintenanceMCP server to control Spotify conversationally from Claude, Cursor, and other AI clients.11122MIT
Related MCP Connectors
MCP server for Producer/Riffusion AI music generation
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
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/instructa/mcp-youtube-music'
If you have feedback or need assistance with the MCP directory API, please join our Discord server