Dhenenjay/earth-engine-mcp
3.3
If you are the rightful owner of earth-engine-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of a Model Context Protocol (MCP) server designed for Google Earth Engine integration using the Vercel MCP Adapter.
Tools
5
Resources
0
Prompts
0
planetary-mcp
π°οΈ Google Earth Engine tools for Claude Desktop - analyze satellite imagery, create maps, and monitor environmental changes directly in Claude.
Installation
No installation needed! Just configure Claude Desktop:
- Get Earth Engine credentials from Google Cloud Console
- Add to Claude Desktop config (
%APPDATA%\Claude\claude_desktop_config.json
on Windows):
{
"mcpServers": {
"planetary-mcp": {
"command": "npx",
"args": ["-y", "planetary-mcp@latest"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "C:/path/to/your/credentials.json"
}
}
}
}
- Restart Claude Desktop
Features
- π Satellite Data: Access Landsat, Sentinel-2, MODIS, and more
- π Analysis Tools: NDVI, land cover, change detection, time series
- πΊοΈ Interactive Maps: Create and export beautiful visualizations
- π₯ Environmental Monitoring: Track fires, floods, deforestation
- π Statistics: Zonal stats, histograms, area calculations
Quick Examples
Ask Claude:
- "Show me vegetation health in California"
- "Create a Sentinel-2 composite of Paris"
- "Analyze deforestation in the Amazon"
- "Find water bodies near Seattle"
- "Generate NDVI time series for Iowa croplands"
Requirements
- Claude Desktop
- Node.js (for npx)
- Google Earth Engine service account
Documentation
Full setup guide and examples: github.com/your-username/planetary-mcp
License
MIT