Metashape MCP Server v1.0.0
Fully functional MCP server for Agisoft Metashape Professional 2.3+, providing AI-driven photogrammetry workflows through 106 tools.
What's included
- 106 tools covering the full pipeline: project management, photo import, alignment, dense reconstruction, meshing, texturing, survey products, export, markers/GCPs, coordinate systems, network processing
- Stdio proxy for timeout-free operations — long builds (depth maps, meshing) that take hours won't drop the connection
- 8 skills with step-by-step guidance: alignment, reconstruction, texturing, terrain cleanup, corridor alignment, photo import setup, sky artifact prevention, tile export
- 7 agents for specialized tasks: project planner, QA reviewer, texture advisor, handoff coordinator, and more
- USGS tie point filtering with automatic 50% safety cap
- Corridor drift detection — 7 diagnostic tools for road/corridor photogrammetry
- Claude Code plugin with pre-flight estimate hooks and post-QA reminders
Requirements
- Agisoft Metashape Professional 2.3+
- Python
mcpSDK:pip install "mcp[cli]>=1.2.0"(in Metashape's Python) - Python
fastmcpSDK:pip install "fastmcp>=3.0"(in system Python for the proxy)
Quick start
- Copy
scripts/start_mcp_server.pyto Metashape's scripts folder - Update the
_MCP_SRCpath in that script to point to this repo'ssrc/directory - Start Metashape → Scripts → Start MCP Server
- Connect Claude Code with the included
.mcp.json
See WORKFLOW_GUIDE.md for the full agent-driven workflow.