scroll-world

GitHub

A skill that turn any brand into a scrollable 3D world

5,635 stars JavaScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "scroll-world": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-scroll-world"
      ]
    }
  }
}