PIX4Dmatic MCP
PIX4Dmatic MCP
Lokaler MCP-Server zur Steuerung von PIX4Dmatic unter Windows mittels GUI-Automatisierung.
Diese erste Version implementiert die MVP-Beobachtungs- und Steuerungsebene:
Verbindung zu einem bereits laufenden PIX4Dmatic-Prozess herstellen
PIX4Dmatic bei Bedarf starten
Das PIX4Dmatic-Fenster fokussieren
Einen Screenshot erstellen
Hotkeys oder einfachen Text senden
Auf sichtbaren UI-Text oder menüartige Pfade klicken
Den UI-Automatisierungsbaum untersuchen
Eine bestehende Projektdatei öffnen
Die Verarbeitung über sichtbare Verarbeitungssteuerelemente starten
Warten, bis PIX4Dmatic im Leerlauf ist
Einen geschützten JSON-Job für ein bestehendes Projekt oder die aktuelle Sitzung ausführen
Aktuelle PIX4Dmatic-Protokolle lesen
Erwartete Ausgabedateien überprüfen
Diagnosedaten sammeln
Installation
Abhängigkeiten installieren:
python -m pip install -r requirements.txtOptionale Installation als editierbares Paket:
python -m pip install -e . --no-build-isolationFalls die Paketinstallation durch lokale Berechtigungen blockiert wird, führen Sie sie direkt aus diesem Checkout aus:
$env:PYTHONPATH = "src"
python -m pix4dmatic_mcp.serverRelated MCP server: Smooth Operator Agent Tools
Ausführung
$env:PYTHONPATH = "src"
python -m pix4dmatic_mcp.serverKonfiguration
Der Server lädt automatisch Standardwerte und liest optional:
PIX4DMATIC_MCP_CONFIGpix4dmatic_mcp_config.jsonim aktuellen Arbeitsverzeichnisconfig/pix4dmatic_mcp_config.jsonim aktuellen Arbeitsverzeichnis
Nützliche Umgebungsvariablen-Überschreibungen:
PIX4DMATIC_EXEPIX4DMATIC_MCP_DIAGNOSTICS_DIR
Siehe examples/pix4dmatic_mcp_config.example.json.
Für Codex oder einen anderen MCP-Client verwenden Sie examples/mcp_config.example.json als Ausgangspunkt.
Schnelle lokale Überprüfungen
Es wird erwartet, dass PIX4Dmatic in einer normalen Windows-Desktop-Sitzung läuft.
$env:PYTHONPATH = "src"
python scripts/test_status.py
python scripts/inspect_ui.pyMCP-Tools
Sitzung und Beobachtung:
pix4d_launchpix4d_focuspix4d_get_statuspix4d_screenshotpix4d_window_screenshotpix4d_get_ui_tree
Low-Level-UI-Steuerung:
pix4d_send_hotkeypix4d_type_textpix4d_click_textpix4d_click_menupix4d_list_menu_items
Projekt und Verarbeitung:
pix4d_open_projectpix4d_start_processingpix4d_wait_until_idlepix4d_run_jobpix4d_run_job_objectpix4d_run_batchpix4d_run_batch_object
Protokolle und Ausgaben:
pix4d_read_latest_logspix4d_find_log_errorspix4d_check_outputspix4d_analyze_projectpix4d_detect_blockerspix4d_collect_diagnostics
Job-Sicherheit
pix4d_run_job_object und pix4d_run_job starten die Verarbeitung. Ein Job muss entweder einen project_path bereitstellen oder use_current_session explizit auf true setzen.
Verwenden Sie dry_run: true, um die Job-Absicht zu validieren, ohne auf die PIX4Dmatic-UI zu klicken.
Batch-Dateien führen Jobs nacheinander aus. Setzen Sie continue_on_failure: true, um nach einem fehlgeschlagenen Job fortzufahren. Siehe examples/batch.example.json.
Sicherheit
Der Server startet nur PIX4Dmatic und stellt keinen generischen Prozess-Runner bereit. Er automatisiert weder die Anmeldung noch Lizenzänderungen.
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