A Model Context Protocol server that allows AI assistants to interact with Sonic Pi through OSC messages, enabling programmatic music creation and sound manipulation. The server provides tools for playing individual notes with customizable synth parameters and executing arbitrary Sonic Pi code, making it valuable for AI-assisted music composition, sound design, and educational scenarios. Developed by Abhishek Jairath, it works with any MCP-compatible client like Claude Desktop or Cursor, and requires Sonic Pi to be running with a specific OSC handler code to receive and execute the commands.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Plays a single note with customizable parameters. Parameters: note (required): MIDI note number (0-127), synth (optional): Synth to use (e.g., ':saw', ':beep', ':prophet'), sustain (optional): Note duration in seconds (default: 1), cutoff (optional): Filter cutoff frequency (default: 100).
Executes arbitrary Sonic Pi code. Parameters: code (required): Sonic Pi code to execute.