NeoAI

Eangly99/NeoAI
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
🤖 MCP Server for AI-powered Roblox game development using OpenAI Codex + Roblox Studio MCP integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "neoai": {
      "command": "npx",
      "args": [
        "-y",
        "Eangly99/NeoAI"
      ]
    }
  }
}

README Excerpt

> NeoAI is a **custom MCP server** that gives Codex CLI direct tools to design, script, build, and test Roblox games inside Roblox Studio. Codex CLI connects to NeoAI via `config.toml`. You talk to Codex in your terminal — Codex calls NeoAI tools — NeoAI talks to Roblox Studio. --- ``` You (terminal)

Tools (7)

build_worlddesign_gameexport_scriptlist_objectsread_scriptrun_playtestwrite_script