ParticleEffectForUGUI (MCP Server)

GitHub

Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ParticleEffectForUGUI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ParticleEffectForUGUI"
      ]
    }
  }
}