DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP

What DreamScape Does
DreamScape is a browser-based 3D world builder powered entirely by Claude Code through the Model Context Protocol (MCP). Users describe what they want in natural language (e.g., "add a castle on that hilltop," "spawn a dragon and make it fly around") and Claude builds it while they're standing in the scene.
Technical Implementation
The system uses Claude Code to control 30 MCP tools that handle:
- Terrain generation
- Procedural model creation via Blender
- Lighting and weather systems
- Physics and animations
- Scripting and component management
- Asset uploads
Key MCP Integration Features
From a Claude/MCP perspective, several technical details stand out:
- Claude sees the full scene graph and spatial layout before placing anything
- It can attach PlayCanvas scripts to entities for behaviors like patrol paths, physics interactions, and particle effects
- The
dreamscape_evaltool lets Claude execute arbitrary JavaScript in the 3D runtime and read results back dreamscape_validate_placementchecks ground contact via raycast before placing objects- Claude handles entity metadata, component management, and asset uploads through discrete MCP tools
Collaboration and Interaction
The platform includes voice chat integration where users can speak to Claude in the scene and receive TTS responses. Multiple people can join the same session and watch Claude build in real time. The source mentions an active multiplayer session featuring a boss fight with a weaponed dragon.
The tool is currently free with no signup wall. The developers are seeking feedback on how Claude handles spatial reasoning and multi-step scene construction, particularly from those experimenting with MCP tool use.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClawDeckX: Open-Sourced macOS-Style Web Platform for OpenClaw Agent Management
ClawDeckX is an open-source web platform for installing, configuring, and monitoring OpenClaw agents. It provides visual management tools, real-time monitoring, and supports 13 languages.

Claude adds interactive chart and diagram creation feature
Claude can now generate interactive visuals including charts, diagrams, and explorable breakdowns directly within conversations. The feature is available in beta across all plans including free tier.

Antigravity 2.0 Tops OpenSCAD Architectural 3D Benchmark – ModelRift Tests 6 LLMs on the Pantheon
ModelRift benchmarked 6 LLMs on building the Pantheon in OpenSCAD. Antigravity scored 4.5/5 in architectural quality, beating baseline Codex 5.5. Cursor 3.5 was fastest but weakest.

ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording
ProofShot is a CLI tool that lets AI coding agents open a browser, interact with pages, record sessions, and collect errors, then bundles everything into a self-contained HTML file for review. It works with any AI agent via shell commands and is packaged as a skill.