MCP ConfigsMay 14, 2026·2 min read

GladeKit Unity MCP — Connect AI Clients to Unity

GladeKit Unity MCP connects Cursor/Claude Code to Unity Editor; verified 121★. Install the Unity bridge (localhost:8765), then use `uvx gladekit-mcp`.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install d57e6c8c-ca00-5bd0-8ae3-71da1868e910 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

GladeKit Unity MCP connects Cursor/Claude Code to Unity Editor; verified 121★. Install the Unity bridge (localhost:8765), then use uvx gladekit-mcp.

Best for: Unity teams who want AI clients to read/modify scenes, scripts, and assets through real editor tools

Works with: Unity Package Manager (git URL), MCP clients (Claude Code/Cursor/etc.), uv/uvx Python tool runner

Setup time: 12-25 minutes

Key facts (verified)

  • GitHub: 121 stars · 22 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: uvx gladekit-mcp.

Main

  • Install the Unity bridge first (it auto-starts on localhost:8765), then connect an MCP client using uvx gladekit-mcp per README.

  • Treat tool count and discovery as part of workflow: README claims 235+ tools and suggests get_relevant_tools for extended categories.

  • If uvx isn’t found (common on Windows/Unity PATH), README suggests using pip install gladekit-mcp and running python -m gladekit_mcp instead.

Source-backed notes

  • README shows Unity git package install URL with ?path=/unity-bridge and says the bridge runs on localhost:8765.
  • README provides Claude Code one-liner: claude mcp add ... -- uvx gladekit-mcp and JSON snippets for other clients.
  • README includes a troubleshooting note about PATH and a fallback to pip install gladekit-mcp + python -m gladekit_mcp.

FAQ

  • What runs inside Unity vs outside?: README says Unity runs a bridge package; your AI client launches the MCP server via uvx/pip.
  • Which clients are supported?: README lists Claude Code, Cursor, Windsurf, Claude Desktop, VS Code, and Unity AI Gateway config examples.
  • What’s the common failure mode?: README calls out PATH differences (Unity vs terminal) and suggests adding PATH or switching to python -m mode.
🙏

Source & Thanks

Source: https://github.com/Glade-tool/glade-mcp-unity > License: MIT > GitHub stars: 121 · forks: 22

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets