MCP Catalogs
HomeUnity-AI-ParticleSystem screenshot

Unity-AI-ParticleSystem

by IvanMurzak·36·Score 44

AI-powered Unity Particle System manipulation through natural language commands via MCP protocol.

developer-toolsai-llmmedia
3
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

Unity-AI-ParticleSystem is an MCP server that provides natural language interfaces for Unity's Particle System. It allows developers to inspect and modify Particle System components directly through commands, eliminating the need for manual inspector navigation. The tool supports all 24 particle system modules including emission settings, shape modules, velocity curves, color gradients, and more. This enables rapid prototyping, procedural effects generation, and streamlining complex particle setups within Unity game development environments.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Rapid prototyping of particle effects in Unity game development
you:Streamlining complex particle system configurations without manual inspector navigation
you:Procedural generation of particle effects through natural language commands
you:Which Unity versions are supported?
you:What particle system modules are supported?

When to choose this

Unity developers looking to streamline particle system workflows through natural language commands without manual inspector navigation.

When NOT to choose this

Not suitable for developers working with other game engines, or those who prefer traditional manual particle system configuration methods.

Tools this server exposes

2 tools extracted from the README
  • particle-system-get

    Get ParticleSystem component data (state, modules, renderer settings)

  • particle-system-modify

    Modify ParticleSystem component (update any module properties)

Comparable tools

unity-mcpparticle-effects-mcpgame-dev-tools-mcp

Installation

Installation

Option 1 - Installer

  1. [Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/latest/download/AI-ParticleSystem-Installer.unitypackage)
  2. Import installer into Unity project

- You can double-click on the file - Unity will open it automatically - OR: Open Unity Editor first, then click on Assets/Import Package/Custom Package, and choose the file

Option 2 - OpenUPM-CLI

  1. [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
  2. Open the command line in your Unity project folder
openupm add com.ivanmurzak.unity.mcp.particlesystem

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "unity-particle-system": {
      "command": "path/to/unity-mcp-server",
      "args": []
    }
  }
}

FAQ

Which Unity versions are supported?
Currently supported Unity versions include 2022.3.62f3, 2023.2.22f1, and 6000.3.1f1, with support for edit mode, play mode, and standalone builds.
What particle system modules are supported?
All 24 Unity Particle System modules are supported including Main, Emission, Shape, Velocity Over Lifetime, Color Over Lifetime, Size Over Lifetime, Rotation, Collision, Sub Emitters, and more.

Compare Unity-AI-ParticleSystem with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.