YouTube Music MCP
Música de YouTube MCP 🎵
Este es un servidor MCP simple que te permite buscar y reproducir pistas en YouTube Music directamente desde tu asistente de inteligencia artificial como Cursor o Claude Desktop.
Construido con:
Herramientas disponibles
searchTrack: busca pistas en YouTube Music por nombre.playTrack: reproduce pistas directamente buscándolas y abriéndolas en tu navegador predeterminado.
Instalación
Related MCP server: MCP Spotify Server
1. Consigue una llave
Para que esto funcione, necesitas una clave API de Google YouTube válida
2. Agregar al cursor
Agregue la siguiente configuración de MCP a la configuración de Cursor .cursor/mcp.json :
{
"mcpServers": {
"youtube-music-mcp": {
"command": "npx",
"args": ["-y", "@instructa/mcp-youtube-music"],
"env": {
"YOUTUBE_API_KEY": "<INSERT_API_KEY_HERE>"
}
}
}
}Desarrollar
Este MCP se ejecuta normalmente directamente con npx y no requiere instalación ni compilación local, a menos que se desee modificar el código fuente. Si se desea desarrollarlo localmente, se clona el repositorio fuente (si está disponible) y se siguen sus directrices de contribución específicas.
Licencia
Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.
Campo de golf
X/Twitter: @kregenrek
Bluesky: @kevinkern.dev
Cursos
Aprende Cursor AI: Curso Definitivo de Cursor
Aprenda a crear software con IA: instructa.ai
Vea mis otros proyectos:
Avisos de IA : Avisos de IA seleccionados para Cursor AI, Cline, Windsurf y Github Copilot
codefetch : convierte código en Markdown para LLM con un simple comando de terminal
aidex Una herramienta CLI que proporciona información detallada sobre los modelos de lenguaje de IA, ayudando a los desarrolladores a elegir el modelo adecuado para sus necesidades.
codetie - CLI de XCode
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