Main
Install the Unity bridge first (it auto-starts on localhost:8765), then connect an MCP client using
uvx gladekit-mcpper README.Treat tool count and discovery as part of workflow: README claims 235+ tools and suggests
get_relevant_toolsfor extended categories.If
uvxisn’t found (common on Windows/Unity PATH), README suggests usingpip install gladekit-mcpand runningpython -m gladekit_mcpinstead.
Source-backed notes
- README shows Unity git package install URL with
?path=/unity-bridgeand says the bridge runs onlocalhost:8765. - README provides Claude Code one-liner:
claude mcp add ... -- uvx gladekit-mcpand 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.