Synaptic AI Pro Documentation

Reference for installation, updates, troubleshooting, and support.

Product overview

Synaptic AI Pro ships as modular packages. Here's what is available and what's next.

Synaptic AI Pro for Unity
200+ Unity tools for AI-assisted editor workflows.
Available
Synaptic AI Pro for Unreal
Blueprint automation, Niagara effects, level design tooling.
Coming soon
Synaptic AI Pro for DaVinci Resolve
Video editing automation, Whisper transcription, AI grading.
Coming soon
Synaptic AI Pro for Premiere Pro
Timeline automation, effect presets, export optimizations.
Coming soon

How to Use & Setup

One-touch setup instructions and how to use with Claude Desktop / VS Code / Cursor.

View Guide

AI CLI Integration Guide

Pro Only

Control Unity via HTTP API from any AI CLI tool - Claude Code, Gemini CLI, Codex CLI, and more.

CLI Integration Guide

Download & install

  1. Purchase Synaptic AI Pro and wait for Square to redirect you to /checkout/success.
  2. Press "Generate download link" on the success page to receive a 10-minute Cloudflare R2 URL.
  3. Unzip the archive into your Unity project's Assets folder or import the supplied UnityPackage.

Updates

Updates ship as refreshed archives in the same R2 bucket. You'll receive an email with the latest link whenever a new build is published.

Licensing

Packages are distributed as source-visible assets. Use or modify them freely within your team as long as you do not redistribute the artifacts publicly.

Support

  • Email: sekiguchimiu@gmail.com
  • Discord: https://discord.gg/Y2nUyWvqR3

Troubleshooting

Newtonsoft.Json is missing

Unity 2021/2022 sometimes skips the Newtonsoft package when importing Synaptic archives.

Manual install

1. Open Window → Package Manager. 2. Click the + button → "Add package by name…". 3. Enter `com.unity.nuget.newtonsoft-json` with version `3.0.2`, then click Add. 4. Reimport the Synaptic packages.

FAQ

The download link expired. What should I do?

Return to the checkout success page and generate a new link, or contact us if you no longer have access.

Can I automate updates?

Yes. Since builds are simple archives you can mirror them to your internal artifact storage once downloaded.

Supported IDEs & AI Tools

Synaptic AI Pro works with multiple AI clients and development environments:

Claude Desktop

Full Support

246 tools, Automatic setup, Prompt caching (99% reduction)

Cursor

Full Support

246 tools or 80 essential tools, Manual setup required

VS Code (GitHub Copilot)

Full Support

Dynamic loading (8→N tools), Manual setup required

LM Studio

Full Support

80 essential tools, Local AI support

Claude Code CLI

v1.1.4+

HTTP API support, No MCP required

Custom AI CLIs

v1.1.4+

HTTP API support, Codex CLI, Gemini CLI, etc.

HTTP API (v1.1.4+)

Direct Unity control from AI CLIs without MCP. Perfect for Claude Code, Codex CLI, Gemini CLI, and custom AI tools.

Setup

  1. Start the MCP server:
    cd Assets/Synaptic\ AI\ Pro/MCPServer && node index.js
  2. Server automatically connects to Unity Editor (no manual activation needed)
  3. Verify connection:
    curl http://localhost:8080/health

Available Endpoints

GET /health

Check Unity connection status

curl http://localhost:8080/health

GET /tools

List all 246 available tools with descriptions

curl http://localhost:8080/tools

POST /tool/:toolName

Execute any Unity tool via HTTP

curl -X POST http://localhost:8080/tool/unity_create_gameobject -H 'Content-Type: application/json' -d {...}

Usage Example

Create a cube in Unity:

  1. Ensure server is running and Unity is connected
  2. Execute tool via HTTP:
    curl -X POST http://localhost:8080/tool/unity_create_gameobject \
      -H 'Content-Type: application/json' \
      -d '{"name": "Cube", "type": "cube"}'

Response:

success: true, result: [object]

Benefits

  • No MCP protocol required
  • Works with any HTTP-capable AI tool
  • Direct access to all 246 Unity tools
  • Simple JSON request/response format
  • Compatible with existing MCP setup

Email: sekiguchimiu@gmail.com • Discord: https://discord.gg/Y2nUyWvqR3

Reference for installation, updates, troubleshooting, and support.

Synaptic AI - Professional AI Tools for Unity & Creative Software