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"
]
}
}
}
Run in terminal:
claude mcp add mcp-drone-imagery cargo run -- mcp-drone-imagery
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-drone-imagery": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-drone-imagery"
]
}
}
}