Skip to content

Server Shadertoy

Free

by MCP Community

MCP App Server example for rendering ShaderToy-compatible GLSL shaders

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Shadertoy MCP Server

MCP App Server example for rendering ShaderToy-compatible GLSL shaders

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-shadertoy
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-shadertoy": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-shadertoy"]
    }
  }
}