MCP-Server-Automation

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)

  1. Open terminal and navigate to MCP-Server folder.
  2. Run npm install to install dependencies.
  3. Run node server.js to start the server (default port 3000).

MCP-DEV-Environment (Unity)

  1. Open Unity Hub and add the MCP-DEV-Environment project.
  2. Open the project in Unity Editor.
  3. 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