Kneuma
MoP Premium
- 5
- 2025
- 4
Manage your MoP repack through natural language. No console. No SQL. Just ask.
EmuCoach MCP is a free, open-source tool that connects your Emucoach MoP V7.0 repack directly to AI assistants like Claude, Gemini, Antigravity or any MCP-compatible client.
Once set up, your AI gets full control over your server β through plain English. No more digging through config files, typing SQL queries or memorizing RA commands. You just talk to it.
- Start / stop / restart MySQL, authserver and worldserver
- Create accounts, set GM levels, grant Donation Points
- Edit NPCs β rename them, change level, health, faction, add vendors instantly
- Edit quests and items β update rewards, requirements, drop rates on the fly
- Change server rates β XP, loot, gold, anything in worldserver.conf
- Run any RA command β anything you'd type in the worldserver console
- Query and edit the database β SELECT, INSERT, UPDATE, DELETE
- Monitor your server β uptime, online players, database statistics
β€ If you can do it in-game as a GM or in the database β the AI can do it for you, in seconds.
| βΆ Watch on YouTube | |
| βΆ Watch on YouTube | |
| βΆ Watch on YouTube |
1. Clone the repo into the root of your repack folder so the structure looks like this:
Code:
π YourRepackFolder\
βββ π Database\
βββ π emucoach-mcp\ β clone here
βββ π Repack\
Code:
cd "C:\path\to\YourRepackFolder"
git clone https://github.com/timoinglin/emucoach-mcp.git
2. Double-click install.bat β it handles everything:
- Checks for Node.js (installs automatically via winget if missing)
- Copies
example.config.jsonβconfig.json - Runs
npm installand builds the project
3. Edit config.json with your database credentials and RA account.
4. Enable Remote Access in
Repack\worldserver.conf:
Code:
Ra.Enable = 1
Ra.IP = 127.0.0.1
Ra.Port = 3443
5. Add the MCP server to your AI client (see the GitHub README for exact paths and config) and restart it. Done.
- GitHub: https://github.com/timoinglin/emucoach-mcp
- License: MIT β free to use, modify and share
Built for the Emucoach community
β feedback and contributions welcome!