PIX4Dmatic MCP
PIX4Dmatic MCP
GUI自動化を通じてWindows上のPIX4Dmaticを制御するためのローカルMCPサーバー。
この最初のバージョンでは、MVP(実用最小限の製品)の監視および制御レイヤーを実装しています:
既に実行中のPIX4Dmaticプロセスへの接続
必要に応じたPIX4Dmaticの起動
PIX4Dmaticウィンドウのフォーカス
スクリーンショットのキャプチャ
ホットキーまたはプレーンテキストの送信
表示されているUIテキストやメニューのようなパスのクリック
UIオートメーションツリーの検査
既存のプロジェクトファイルを開く
表示されている処理コントロールからの処理開始
PIX4Dmaticがアイドル状態になるまで待機
既存のプロジェクトまたは現在のセッションに対する保護されたJSONジョブの実行
最近のPIX4Dmaticログの読み取り
期待される出力ファイルの確認
診断情報の収集
インストール
依存関係のインストール:
python -m pip install -r requirements.txtオプションの編集可能なパッケージインストール:
python -m pip install -e . --no-build-isolationローカルの権限設定によりパッケージのインストールがブロックされる場合は、このチェックアウトから直接実行してください:
$env:PYTHONPATH = "src"
python -m pix4dmatic_mcp.serverRelated MCP server: Smooth Operator Agent Tools
実行
$env:PYTHONPATH = "src"
python -m pix4dmatic_mcp.server設定
サーバーはデフォルトを自動的に読み込み、その後オプションで以下を読み取ります:
PIX4DMATIC_MCP_CONFIG現在の作業ディレクトリ内の
pix4dmatic_mcp_config.json現在の作業ディレクトリ内の
config/pix4dmatic_mcp_config.json
便利な環境変数のオーバーライド:
PIX4DMATIC_EXEPIX4DMATIC_MCP_DIAGNOSTICS_DIR
examples/pix4dmatic_mcp_config.example.json を参照してください。
Codexやその他のMCPクライアントの場合は、examples/mcp_config.example.json を開始点として使用してください。
ローカルでのクイックチェック
PIX4Dmaticは、通常のWindowsデスクトップセッションで実行されている必要があります。
$env:PYTHONPATH = "src"
python scripts/test_status.py
python scripts/inspect_ui.pyMCPツール
セッションと監視:
pix4d_launchpix4d_focuspix4d_get_statuspix4d_screenshotpix4d_window_screenshotpix4d_get_ui_tree
低レベルのUI制御:
pix4d_send_hotkeypix4d_type_textpix4d_click_textpix4d_click_menupix4d_list_menu_items
プロジェクトと処理:
pix4d_open_projectpix4d_start_processingpix4d_wait_until_idlepix4d_run_jobpix4d_run_job_objectpix4d_run_batchpix4d_run_batch_object
ログと出力:
pix4d_read_latest_logspix4d_find_log_errorspix4d_check_outputspix4d_analyze_projectpix4d_detect_blockerspix4d_collect_diagnostics
ジョブの安全性
pix4d_run_job_object および pix4d_run_job は処理を開始します。ジョブには project_path を指定するか、use_current_session を明示的に true に設定する必要があります。
PIX4DmaticのUIをクリックせずにジョブの意図を検証するには、dry_run: true を使用してください。
バッチファイルはジョブを順番に実行します。失敗したジョブの後も継続するには continue_on_failure: true を設定してください。examples/batch.example.json を参照してください。
安全性
このサーバーはPIX4Dmaticを起動するだけであり、汎用的なプロセスランナーを公開するものではありません。ログインやライセンスの変更を自動化することはありません。
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
- Alicense-qualityDmaintenanceProvides automated GUI testing and control capabilities through an MCP server that enables mouse movements, keyboard input, screen captures, and image recognition across Windows, macOS, and Linux.46MIT
- Alicense-qualityDmaintenanceWindows automation MCP offering * AI Vision (e.g. Click by Description) * Windows UI Automation Tree tools * Chrome Automation via Playwright * Mouse control * Keyboard control * a lot more (>40 tools) Also comes with Python/TypeScript/C# client libs and a Windows Desktop tool to try all the tools.2MIT
- Alicense-qualityDmaintenanceProvides comprehensive computer control capabilities including mouse and keyboard automation, screen capture, OCR text recognition, and window management through MCP protocol.1MIT
- Alicense-qualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
Related MCP Connectors
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
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/jangjo123/Pix4D-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server