Official Model Context Protocol organization

Write and preview GLSL shaders in real-time, directly inside your AI chat. A fully interactive ShaderToy-style playground for creative coding and visual experiments.
Installation
Add the following configuration to your MCP client settings file to install this app.
{
"claude": {
"mcpServers": {
"shadertoy-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/ext-apps-shadertoy-server"
]
}
}
}
}Related Apps
Featured3D Viewer
Interactive Three.js 3D scene visualization and manipulation

Customer Segmentation
Visual customer data clustering and segment analysis
Brave Search App
Web, image, video, and news search with interactive results UI
Install Instructions
Copy the JSON config below and paste it into your MCP client settings file.
For Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"shadertoy-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/ext-apps-shadertoy-server"
]
}
}
}Get this App
Copy the config and paste it into your MCP client settings.
{
"claude": {
"mcpServers": {
"shadertoy-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/ext-apps-shadertoy-server"
]
}
}
}
}Stats
Works With
Links
README Badge
Add this badge to your GitHub README:
[](https://getmcpapps.com/apps/shadertoy)