mcp-drone-imagery

zavora-ai/mcp-drone-imagery
★ 0 stars Rust Other Updated 4d ago
Drone Imagery MCP Server — an aerial inspection platform: drones, flights, geotagged imagery, detections with vegetation-clearance analysis, risk scoring + prioritized queue, and gated remediation dispatch
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-drone-imagery": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-drone-imagery"
      ]
    }
  }
}