Back to directory
wilsonchenghy/shadertoy-mcp

wilsonchenghy/shadertoy-mcp

@wilsonchenghy

MCP Server for ShaderToy, a website for creating, running and sharing GLSL shader. It connects LLM like Claude with ShaderToy through Model Context Protocol (MCP).

shaderglslgraphicsshadertoyllmmcpcreativevisualtool

Installation & Configuration

{
  "ShaderToy_MCP": {
    "command": "uv",
    "args": [
      "run",
      "--with",
      "mcp[cli]",
      "mcp",
      "run",
      "<path_to_project>/ShaderToy-MCP/src/ShaderToy-MCP/server.py"
    ],
    "env": {
      "SHADERTOY_APP_KEY": "your_actual_api_key"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13