ShyanCS/MCP-Server-Automation
3.1
If you are the rightful owner of MCP-Server-Automation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server Automation project integrates a Node.js backend with a Unity development environment to facilitate dynamic scene creation through command-driven automation.
MCP Server Automation
This repository contains two main parts:
- MCP-Server: Node.js backend serving commands for scene automation.
- MCP-DEV-Environment: Unity project that fetches commands and creates scenes dynamically.
How to run
MCP-Server (Node.js)
- Open terminal and navigate to
MCP-Server
folder. - Run
npm install
to install dependencies. - Run
node server.js
to start the server (default port 3000).
MCP-DEV-Environment (Unity)
- Open Unity Hub and add the
MCP-DEV-Environment
project. - Open the project in Unity Editor.
- Run the main scene (e.g.
MainScene
) to see command-driven scene creation.
Project Structure
MCP-Server/
— Node.js backend server code.MCP-DEV-Environment/
— Unity project folder.README.md
— This guide.
Next steps
- Add support for updating and deleting commands.
- Implement Unity client POST requests to update server commands.
- Add UI or CLI to input commands dynamically.
Contact
Shyan | shyan3247@gmail.com