Unity-AI-ParticleSystem
by IvanMurzak·★ 36·Score 44
AI-powered Unity Particle System manipulation through natural language commands via MCP protocol.
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:
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 READMEparticle-system-getGet ParticleSystem component data (state, modules, renderer settings)
particle-system-modifyModify ParticleSystem component (update any module properties)
Comparable tools
Installation
Installation
Option 1 - Installer
- [Download Installer](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/latest/download/AI-ParticleSystem-Installer.unitypackage)
- 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
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
- Open the command line in your Unity project folder
openupm add com.ivanmurzak.unity.mcp.particlesystemClaude 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
Last updated · Auto-generated from public README + GitHub signals.