YouTube Music MCP
YouTube 音乐 MCP 🎵
这是一个简单的 MCP 服务器,允许您直接从 AI 助手(如 Cursor 或 Claude Desktop)搜索和播放 YouTube 音乐上的曲目。
内置:
可用工具
searchTrack:按名称搜索 YouTube 音乐上的曲目。playTrack:通过在默认浏览器中搜索并打开曲目来直接播放曲目。
安装
Related MCP server: MCP Spotify Server
1. 获取钥匙
要实现此功能,您需要一个有效的Google Youtube API 密钥
2. 添加到光标
将以下 MCP 配置添加到您的 Cursor .cursor/mcp.json设置中:
{
"mcpServers": {
"youtube-music-mcp": {
"command": "npx",
"args": ["-y", "@instructa/mcp-youtube-music"],
"env": {
"YOUTUBE_API_KEY": "<INSERT_API_KEY_HERE>"
}
}
}
}发展
此 MCP 通常直接使用npx运行,无需本地安装或构建,除非您打算修改源代码。如果您要在本地开发,通常需要克隆源代码库(如果有)并遵循其特定的贡献指南。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。
链接
X/Twitter: @kregenrek
Bluesky: @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