scratch4js

playforge-coding/scratch4js
★ 0 stars JavaScript AI/LLM Updated today
Edit Scratch .sb3 projects from JavaScript, plus an MCP server!
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scratch4js": {
      "command": "npx",
      "args": [
        "-y",
        "playforge-coding/scratch4js"
      ]
    }
  }
}

README Excerpt

A pnpm monorepo of small, focused JavaScript packages for working with Scratch and TurboWarp — edit `.sb3` projects programmatically, talk to the Scratch website, drive it all from an AI agent, and build & bundle TurboWarp extensions. 📖 **Documentation:** https://playforge-coding.github.io/scratch4js/

Tools (1)

scratch4js