Back to Apps

Axion MCP
by dhenenjay
Connect Claude to Google Earth Engine for satellite imagery analysis, vegetation indices, wildfire/flood risk modeling, and geospatial exports.
4 stars
0 views
Updated 5 months ago
Works in:claude
Exposes:Tools
What it does
Axion MCP bridges Claude Desktop to Google Earth Engine, giving the AI direct access to decades of satellite data and advanced geospatial processing. Ask Claude to calculate NDVI for a region, model wildfire risk, track deforestation, or export analysis results — all without leaving the chat.
Tools
- earth_engine_data — Search, filter, and access satellite datasets (Landsat, Sentinel, MODIS, 30+ catalogs)
- earth_engine_process — Run image processing: vegetation indices (NDVI, NDWI, EVI), cloud-free composites, terrain analysis, time series
- earth_engine_export — Export results to Google Drive, Cloud Storage, or Earth Engine Assets
- earth_engine_system — System management, configuration, and credential checks
- earth_engine_map — Generate interactive web-based map visualizations with multiple layers
- crop_classification — ML-powered crop type classification using Sentinel-2 imagery
Installation
Requires Node.js 18+, a Google Cloud account with Earth Engine access, and a service account key.
git clone https://github.com/Dhenenjay/Axion-MCP.git
cd Axion-MCP
npm install && npm run build
Add to claude_desktop_config.json:
{
"mcpServers": {
"axion-mcp": {
"command": "node",
"args": ["/path/to/Axion-MCP/mcp-sse-complete.cjs"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account-key.json"
}
}
}
}
Supported hosts
Confirmed: Claude Desktop.
Quick install
git clone https://github.com/Dhenenjay/Axion-MCP.git && cd Axion-MCP && npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/5/2026
- Updated
- 5 months ago
- stars
- 4