shadertoy-server.md

Shadertoy Server

UI AppFeatured
from"modelcontextprotocol"
2.4k

Real-time GLSL shader renderer for creative visual effects

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