earth-engine-mcp

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:

  1. Get Earth Engine credentials from Google Cloud Console
  2. 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"
      }
    }
  }
}
  1. 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