Skip to main content
Glama

Unity Super MCP

One MCP server for Unity Gaming Services LiveOps, build-size analysis, and store compliance.

License: MIT Node 18+ TypeScript MCP Unity

An MCP server that gives an AI agent 15 tools over a Unity project: Unity Gaming Services LiveOps (Economy, Cloud Save, Cloud Code), build-size and bloat analysis, and store-compliance checks โ€” one install instead of four.

Why this exists (read me first). This was built in a single sitting to win a bet โ€” whether an agent could usefully drive UGS end-to-end. This is the receipt. I build MCP servers and agent infrastructure; I am not a game developer and this is not a pivot into games. It's here as a demonstration of MCP tool design, not a maintained product.

Built entirely through a text-only chat with a mobile AI assistant (no file uploads, no IDE), then verified: the server type-checks clean and boots. Treat it as a reference implementation.

Install

npx -y unity-super-mcp
{
  "mcpServers": {
    "unity-super": {
      "command": "npx",
      "args": ["-y", "unity-super-mcp"],
      "env": {
        "UNITY_PROJECT_PATH": "/path/to/MyGame",
        "UNITY_PROJECT_ID": "your-project-id",
        "UNITY_SERVICE_KEY_ID": "your-key-id",
        "UNITY_SERVICE_SECRET": "your-secret",
        "UNITY_ENV_ID": "production"
      }
    }
  }
}

No UGS credentials? Set only UNITY_PROJECT_PATH and you still get the 7 build/compliance tools. The UGS tools report "not configured" instead of failing.

Related MCP server: Unity x Claude MCP Server

Tools

๐ŸŽฎ UGS LiveOps (8)

Tool

What it does

ugs_get_project_info

Project + environment readout

economy_list_catalog

List currencies, items, purchases

economy_create_currency

Create a currency

economy_create_item

Create an inventory item

economy_create_shop

Create a shop with items and costs

cloudsave_get_player_data

Read a player's Cloud Save data

cloudcode_list_modules

List deployed Cloud Code modules

cloudcode_deploy_module

Deploy a Cloud Code module

๐Ÿ“ฆ Build & Ship (7)

Tool

What it does

super_health_check

Run this first โ€” fans the core checks out in parallel, returns a summary + next actions

build_get_last_report

Top largest assets, size by extension, total project size

build_analyze_bloat

Duplicates, oversized files, Resources/ abuse, unoptimized textures

build_fix_imports

Generates a C# editor script for texture-import fixes (or edits .meta directly with apply=true)

assets_find_orphans

Unreferenced-asset heuristic

build_check_compliance

Android target SDK, iOS, StreamingAssets bloat

Notes

  • super_health_check is the intended entry point: one call, whole-project readout.

  • assets_find_orphans is heuristic โ€” verify with AssetDatabase.GetDependencies before deleting anything.

  • Requires Node 18+.

License

MIT. Do what you like with it.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A Unity Editor MCP server that gives Claude Code full control over Unity projects through 268 tools, 7 resources, and specialized AI agents. It enables AI-assisted game development by allowing Claude to see, create, modify, and inspect everything in Unity including scenes, GameObjects, scripts, and builds.
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides 20 tools to control the Unity Editor with natural language, including scene management, component manipulation, script generation, asset handling, project settings, builds, and live C# execution.
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    This MCP server integrates AI assistants with Unity Editor, allowing them to create scenes, generate scripts, simulate input, and automate workflows using 91 built-in tools.
    214
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aka-kika/unity-super-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server