threejs-server.md

Three.js Server

UI AppFeatured
from"modelcontextprotocol"
2.4k

Interactive 3D scene renderer with Three.js for stunning visualizations

Visualization
3DThree.jsWebGLvisualization
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/threejs-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve