StrudelMCP
Educational MCP server that teaches AI agents to compose music using Strudel syntax through structured lessons, curated examples, and guided composition.
README
StrudelMCP - Servidor Educativo de Composición Musical
Un servidor MCP (Model Context Protocol) construido con FastMCP que enseña a agentes de IA (como Copilot, Kiro, etc.) a componer música usando la sintaxis de Strudel, de la misma forma que se enseña a las personas.
Objetivo Principal
Este proyecto no ejecuta Strudel directamente, sino que crea una interfaz educativa para que agentes de codificación aprendan composición musical mediante:
- Lecciones estructuradas de teoría musical y sintaxis Strudel
- Ejemplos curados de la comunidad con valoraciones y análisis
- Análisis de patrones musicales para entender qué hace que una melodía sea "buena"
- Composición guiada con retroalimentación y refinamiento iterativo
El resultado final son composiciones libres de copyright que puedes usar en tus proyectos (YouTube, podcasts, etc.) ejecutando el código Strudel generado por fuera del MCP.
Casos de Uso
- Creadores de contenido: Genera música original para videos de YouTube sin preocuparte por copyright
- Desarrolladores: Enseña a tu agente de IA favorito a componer música
- Educadores: Herramienta para enseñar composición musical algorítmica
- Músicos: Explora nuevas ideas y patrones musicales
Estado del Proyecto
✅ COMPLETADO - El servidor educativo está completamente funcional con todas las herramientas principales implementadas.
Quickstart
1. Verificar Funcionamiento
python test_basic.py
2. Instalar FastMCP (Opcional)
pip install fastmcp
3. Ejecutar Servidor
python server.py
4. Ver Guía Completa
Consulta GETTING_STARTED.md para instrucciones detalladas de configuración con Kiro.
Configuración en Kiro
Para usar este MCP server con Kiro, agrega esta configuración a tu .kiro/settings/mcp.json:
{
"mcpServers": {
"strudel-music": {
"command": "python",
"args": ["path/to/strudel-mcp/server.py"],
"disabled": false,
"autoApprove": ["strudel_course", "analyze_audio", "example_repository"]
}
}
}
Notas Técnicas
- El archivo
server.pyincluye mocks para permitir importación sinfastmcpinstalada - Para funcionalidad completa instale
fastmcp: https://gofastmcp.com/ - Para ejecutar el código Strudel generado, instala Strudel REPL: https://codeberg.org/uzu/strudel
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.