Skip to main content
Glama

Unity Editor MCP Server

package.json1.15 kB
{ "name": "mcp-unity-server", "version": "1.0.0", "description": "MCP Unity Server for executing Unity operations and request Editor information", "main": "dist/index.js", "type": "module", "mcpName": "io.github.codergamester/mcp-unity", "bin": { "mcp-unity-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "start": "node build/index.js", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "unity", "unity3d", "game", "engine" ], "author": "CoderGamester", "license": "MIT", "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.13.10", "@types/uuid": "^10.0.0", "@types/winreg": "^1.2.36", "@types/ws": "^8.18.0", "typescript": "^5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "cors": "^2.8.5", "express": "^5.0.1", "uuid": "^11.1.0", "winreg": "^1.2.5", "ws": "^8.18.1", "zod": "^3.24.4", "zod-to-json-schema": "^3.24.3" } }

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/CoderGamester/mcp-unity'

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