Server Shadertoy
Freeby MCP Community
MCP App Server example for rendering ShaderToy-compatible GLSL shaders
v1.5.0Added Apr 12, 2026
Server Shadertoy MCP Server
MCP App Server example for rendering ShaderToy-compatible GLSL shaders
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-shadertoy
Add to claude_desktop_config.json
{
"mcpServers": {
"server-shadertoy": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-shadertoy"]
}
}
}