dex-mcp
Related Servers
Alternatives to dex-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceDebug and inspection tooling for Roblox projects, exposed as an MCP server so an AI agent can explore the instance tree, read/write properties, call remotes, and run Luau in a Roblox client driven by an executor.147 npmMIT
- AlicenseAqualityBmaintenanceAn MCP server that bridges any MCP-capable AI host to Roblox Studio. The AI executes Lua live in Studio, reads output/errors, and iterates.3MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to interact with a running Roblox game client, including code execution, script inspection, remote spying, and GUI automation.68 npm7MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI agents to execute Lua code, inspect scripts, spy on remotes, and interact with running Roblox game clients, including support for mobile executors on Android and iOS.68 npm1MIT
- AlicenseAqualityBmaintenanceEnables AI agents to execute Lua code, inspect scripts, spy on remotes, and interact with a running Roblox game client through an MCP interface.722268 npm1MIT
- FlicenseAqualityCmaintenanceAn MCP server that bridges AI to Roblox Studio, enabling execution of Luau scripts, instance manipulation, play-testing control, and Open Cloud operations via natural language.21-
TDQS
Scored across 14 tools
Each tool targets a distinct operation: path resolution, status, hierarchy traversal, property access, search, source reading, property mutation, remote event/function interaction, remote traffic monitoring, and script execution. No two tools appear to do the same thing.
Most tools follow a verb_noun pattern (get_children, set_property, fire_remote), but there are inconsistencies: remote_spy_* uses a noun prefix, search is a bare verb, and dex_status combines a product prefix with a status noun. The conventions are readable but not uniform.
14 tools is well within the ideal 3-15 range and each tool serves a distinct purpose in the Roblox debugging/exploitation domain. The count feels appropriate and not bloated.
The surface covers core workflows: traversal, property access/mutation, source reading, remote communication (fire/ignore/spy), and arbitrary script execution. Missing instance creation/deletion, but for a debugging tool this is a minor gap easily covered by run_luau.