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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
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.