Skip to main content
Glama

⚡ 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: タイプフィルタ(allOutputInfoWarningError)とキーワード検索に対応した、Robloxクライアントのコンソールログ(LogService:GetLogHistory())を取得します。

  • dex_clear_console_logs: コンソールの履歴ログバッファをクリアします。

  • dex_get_performance_stats: カテゴリ別(PhysicsTexturesMeshesGuiSoundsInstancesLuaHeapScripts)の詳細なメモリ内訳、FPS、Ping、ネットワークスループットを取得します。

🌳 2. エクスプローラと階層ナビゲーション

  • dex_get_hierarchy: 深さ、最大子要素数、クラス名を設定できるツリービュー型エクスプローラ(Dark Dex Explorer)です。

  • dex_find_parts: 名前パターン(glob/ファジー)とクラス名でインスタンスを検索します。

  • dex_get_part_location: 正確な3Dバウンディングボックス、PositionOrientationCFrameSizeMassAssemblyLinearVelocity、コリジョンフラグを取得します。

  • 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: 型のシリアライズ(Vector3CFrameColor3BrickColorEnumUDim2 など)に対応した、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: 親コンテナと有効状態を含むすべての LocalScriptModuleScript インスタンスを一覧表示します。

  • 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: ReplicatedStorageWorkspace 内のすべての RemoteEventRemoteFunction オブジェクトを検出します。

  • 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++ にインスパイアされています。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Debug 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.
    14
    16
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Debug 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.
    14
    16
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for controlling and reverse engineering Roblox games, providing 132 tools across 8 categories for instance exploration, property inspection, input simulation, and more.
    314
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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