Install
$ agentstack add mcp-ivanmurzak-unity-ai-particlesystem ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Unity AI Particle System
[](https://modelcontextprotocol.io/introduction) [](https://openupm.com/packages/com.ivanmurzak.unity.mcp.particlesystem/) [](https://unity.com/releases/editor/archive) [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) [](https://discord.gg/cfbdMZX99G) [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/stargazers) [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/blob/main/LICENSE) [](https://stand-with-ukraine.pp.ua)
AI-powered tools for Unity ParticleSystem workflow. Inspect and modify ParticleSystem components directly through natural language commands. Configure emission settings, shape modules, velocity curves, color gradients, and all 24 particle system modules without manual inspector navigation. Ideal for rapid prototyping, procedural effects generation, and streamlining complex particle setups. Built on top of the AI Game Developer platform.
How to use
[](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/releases/latest/download/AI-ParticleSystem-Installer.unitypackage)
Stability status
| Unity Version | Editmode | Playmode | Standalone | | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 2022.3.62f3 | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | | 2023.2.22f1 | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | | 6000.3.1f1 | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-ParticleSystem/actions/workflows/release.yml) |
AI Particle System Tools
ParticleSystem tools:
particle-system-get- Get ParticleSystem component data (state, modules, renderer settings)particle-system-modify- Modify ParticleSystem component (update any module properties)
Supported modules (24 total):
| Module | Description | | ------ | ----------- | | Main | Duration, looping, start lifetime, speed, size, rotation, color | | Emission | Rate over time/distance, bursts | | Shape | Emitter shape (sphere, cone, box, mesh, etc.) | | Velocity Over Lifetime | Velocity changes over particle lifetime | | Limit Velocity Over Lifetime | Speed limits and damping | | Inherit Velocity | Velocity inheritance from emitter movement | | Lifetime By Emitter Speed | Particle lifetime based on emitter speed | | Force Over Lifetime | External forces applied to particles | | Color Over Lifetime | Color gradient over particle lifetime | | Color By Speed | Color based on particle speed | | Size Over Lifetime | Size curve over particle lifetime | | Size By Speed | Size based on particle speed | | Rotation Over Lifetime | Angular velocity over lifetime | | Rotation By Speed | Rotation based on particle speed | | External Forces | Wind zone and force field influence | | Noise | Turbulence and noise-based movement | | Collision | World and plane collision | | Trigger | Trigger zone interactions | | Sub Emitters | Child particle systems on events | | Texture Sheet Animation | Sprite sheet animation | | Lights | Real-time lights attached to particles | | Trails | Particle trail rendering | | Custom Data | Custom per-particle data streams | | Renderer | Material, render mode, sorting, shadows |
Installation
Option 1 - Installer
- Download Installer
- 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
- Open the command line in your Unity project folder
openupm add com.ivanmurzak.unity.mcp.particlesystem
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: IvanMurzak
- Source: IvanMurzak/Unity-AI-ParticleSystem
- License: MIT
- Homepage: https://ai-game.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.