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

ClawCloud Managed Service Simplifies OpenClaw Deployment for Slack Teams
ClawCloud provides a managed deployment service for OpenClaw that connects to Slack workspaces, handles infrastructure, and reduces response latency to under 2 seconds. A user reported setup in 20 minutes versus 3 days for self-hosting, with costs around $30/month for a 40-person team.

Claude AI Opus Disables Intel DPST Auto-Dimming by Editing Registry in 0002 Key
A Reddit user automated the fix of Intel Display Power Saving Technology dimming by letting Claude AI Opus edit the registry — it found the correct FeatureTestControl value and key location.

Claude Token Counter Updated with Model Comparison Feature
Simon Willison's Claude Token Counter tool now supports comparing token counts across different Claude models. The update reveals Opus 4.7 uses 1.0–1.35× more tokens than Opus 4.6 due to an updated tokenizer, potentially increasing costs by around 40% despite identical pricing.

Solitaire: Open-Source Identity Infrastructure for AI Agents
Solitaire is an open-source identity infrastructure for AI agents that focuses on improving how agents work with users over time, not just recall. It's local-first, model-agnostic, and available via pip install solitaire-ai.