Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@williamzujkowski williamzujkowski released this 18 Aug 03:32
· 168 commits to main since this release
19fddf0

🎉 Initial Release

✨ Features

  • MCP Server Implementation: Complete Model Context Protocol server for Strudel.cc
  • Browser Automation: Control Strudel.cc through Playwright
  • Pattern Management: Write, play, stop, and save patterns
  • Audio Analysis: Real-time frequency analysis and audio feature extraction
  • Local Storage: Save and load patterns with tagging system
  • Claude CLI Integration: Seamless integration with Claude CLI

🛠️ Tools Available

  • init - Initialize Strudel in browser
  • write - Write patterns to the editor
  • play - Start playing patterns
  • stop - Stop playback
  • analyze - Get audio analysis
  • save - Save patterns locally
  • load - Load saved patterns
  • list - List all saved patterns
  • append - Append to current pattern
  • clear - Clear the editor

📦 Installation

npm install -g @williamzujkowski/strudel-mcp-server

🚀 Quick Start

claude mcp add strudel node /path/to/strudel-mcp-server/dist/index.js

Full Changelog: https://github.com/williamzujkowski/strudel-mcp-server/commits/v1.0.0