rbxmcp
⚡ Roblox Dex MCP Server (rbxmcp)
Dark Dex Explorer & Properties、Dex Console、スクリプトデコンパイラ、3D空間インスペクター、リモート、Executor環境ツールの完全な機能を、お使いのMCPクライアント(Claude Desktop、Cursor、Antigravityなど)にもたらす、総合的なModel Context Protocol (MCP) サーバーです。
🚀 クイックスタート
1. MCPサーバーを起動する
python3 /root/rbxmcp/start.py(またはスタンドアロンのWebダッシュボードを python3 /root/rbxmcp/start.py --bridge-only で実行します)
2. Robloxゲームを接続する
以下のワンライナーを、お使いのRobloxエグゼキューター(Synapse、Wave、Delta、Solara、Krnl、Fluxus、Arceus X、Codex、Studioなど)で実行します:
loadstring(game:HttpGet("http://127.0.0.1:8765/client.lua"))()Related MCP server: dex-mcp
🛠️ 全40のMCPツールリファレンス
💻 1. コンソール、ログ、パフォーマンス
dex_get_console_logs: タイプフィルタ(all、Output、Info、Warning、Error)とキーワード検索に対応した、Robloxクライアントのコンソールログ(LogService:GetLogHistory())を取得します。dex_clear_console_logs: コンソールの履歴ログバッファをクリアします。dex_get_performance_stats: カテゴリ別(Physics、Textures、Meshes、Gui、Sounds、Instances、LuaHeap、Scripts)の詳細なメモリ内訳、FPS、Ping、ネットワークスループットを取得します。
🌳 2. エクスプローラと階層ナビゲーション
dex_get_hierarchy: 深さ、最大子要素数、クラス名を設定できるツリービュー型エクスプローラ(Dark Dex Explorer)です。dex_find_parts: 名前パターン(glob/ファジー)とクラス名でインスタンスを検索します。dex_get_part_location: 正確な3Dバウンディングボックス、Position、Orientation、CFrame、Size、Mass、AssemblyLinearVelocity、コリジョンフラグを取得します。dex_get_instance_path: 指定した名前のインスタンスの完全な階層パス文字列を検索します。dex_clone_instance: 任意のインスタンスをディープクローンし、親を付け替えます。dex_rename_instance: インスタンスを動的にリネームします。dex_reparent_instance: インスタンスを階層間で移動します。dex_clear_children: オプションのクラスフィルタ付きで、インスタンスの子を削除します。dex_get_nil_instances:nilに親が設定されたインスタンスをスキャンして返します(getnilinstances())。
⚙️ 3. プロパティ、属性、タグ
dex_get_properties: 型のシリアライズ(Vector3、CFrame、Color3、BrickColor、Enum、UDim2など)に対応した、Dex Properties窓に相当する完全なプロパティリフレクションです。dex_set_properties: 自動型変換で、インスタンスの複数のプロパティを変更します。dex_get_attributes: インスタンス上のユーザー定義属性をすべて読み取ります。dex_set_attribute: 属性を作成または更新します。dex_add_tag/dex_remove_tag:CollectionServiceタグを追加/削除します。dex_get_tagged_instances: 特定のタグを持つすべてのインスタンスを取得します。
📜 4. スクリプトビューア、デコンパイラ、バイトコード
dex_list_scripts: 親コンテナと有効状態を含むすべてのLocalScriptとModuleScriptインスタンスを一覧表示します。dex_decompile_script: 任意のスクリプトまたはモジュールのLuauソースコードをデコンパイルして表示します。dex_require_module: 実行時にModuleScriptを require し、返されたテーブルと関数を検査します。dex_get_running_scripts:getrunningscripts()で Lua VM 内のアクティブスレッドを照会します。dex_get_loaded_modules:getloadedmodules()を使用してキャッシュされたすべてのモジュールを一覧表示します。
🌐 5. リモートとネットワーキング
dex_list_remotes:ReplicatedStorageとWorkspace内のすべてのRemoteEventとRemoteFunctionオブジェクトを検出します。dex_fire_remote: カスタム引数でリモートイベント/リモート関数を発火(fire)または起動(invoke)します。
🎯 6. ワールド操作、テレポート、ビジュアル
dex_fire_click_detector: 任意の距離からClickDetectorのクリックをトリガーします。dex_fire_proximity_prompt: 長押しなしでProximityPromptを即座にトリガーします。dex_fire_touch_interest: 2つのパーツ間の物理的な接触をシミュレートします。dex_teleport_player: ローカルプレイヤーを、任意のPart、Model、Player、または座標へ安全にテレポートさせます。dex_get_players: 体力、チーム、位置、インベントリデータを含むプレイヤーを一覧表示します。dex_highlight_instance: インスタンスの周囲に3Dバウンディングハイライトボックスを描画します。dex_get_game_info: Place ID、Job ID、Universe ID、ゲーム名、制作情報を取得します。dex_save_instance:saveinstance()を使用して、ゲーム/モデルの階層を.rbxl/.rbxm` ファイルに保存します。
📄 ライセンス
MIT License。Moon & Dex Developers による Dark Dex V3 / Dex++ にインスパイアされています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP 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.1416MIT
- 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.14161MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for controlling and reverse engineering Roblox games, providing 132 tools across 8 categories for instance exploration, property inspection, input simulation, and more.3141MIT
- AlicenseAqualityBmaintenanceEnables AI agents to execute Lua code, inspect scripts, spy on remotes, and interact with a running Roblox game client through an MCP interface.8221431MIT
Related MCP Connectors
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
An MCP server for deep research or task groups
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xrimce/rbxmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server