Skip to content

v1.0.0 — Stable Release

Latest

Choose a tag to compare

@jenkinsm13 jenkinsm13 released this 22 Feb 14:48
· 19 commits to master since this release

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 mcp SDK: pip install "mcp[cli]>=1.2.0" (in Metashape's Python)
  • Python fastmcp SDK: pip install "fastmcp>=3.0" (in system Python for the proxy)

Quick start

  1. Copy scripts/start_mcp_server.py to Metashape's scripts folder
  2. Update the _MCP_SRC path in that script to point to this repo's src/ directory
  3. Start Metashape → Scripts → Start MCP Server
  4. Connect Claude Code with the included .mcp.json

See WORKFLOW_GUIDE.md for the full agent-driven workflow.