gee-mcp
Enables downloading satellite imagery from Google Earth Engine as GeoTIFF files, supporting various datasets, bands, and region specification through natural language.
README
GEE MCP Server
Python MCP server exposing a tool to download Google Earth Engine imagery as GeoTIFF.
Prerequisites
- Google Earth Engine account approved
- Python 3.10+
- Local Earth Engine auth completed for the user account
Credentials
Server (GEE)
The server supports two auth methods. Use ONE of these:
- Service account key file (recommended)
- Place
gee-key.jsonin the project root (same folder asserver.py). - The file should be a standard Google service account JSON with fields like
type,project_id,private_key_id,private_key,client_email,client_id, etc. - Optionally set
GEE_PROJECTin.env(or it will useproject_idfrom the key file).
- Environment variables
- Set the following in your environment (or
.envif your launcher loads it):
GEE_PROJECT=your-gcp-project-id
GEE_SERVICE_ACCOUNT=service-account@your-project.iam.gserviceaccount.com
GEE_PRIVATE_KEY_PATH=C:\path\to\service-account.json
# Alternative to GEE_PRIVATE_KEY_PATH:
GOOGLE_APPLICATION_CREDENTIALS=C:\path\to\service-account.json
Notes:
- The server automatically detects
gee-key.jsonif present; otherwise it tries env vars, then default user auth. - Run
earthengine authenticateonce if you prefer user auth locally.
Client (LLM)
The client uses an LLM for prompt parsing. Create a .env in the project root with:
OPENAI_API_KEY=sk-...
# Optional, defaults to gpt-4o-mini
OPENAI_MODEL=gpt-4o-mini
Passing env to the server
When the client spawns the server (stdio), it forwards the most relevant GEE env vars if set:
GEE_PROJECTGEE_SERVICE_ACCOUNTGEE_PRIVATE_KEY_PATHGOOGLE_APPLICATION_CREDENTIALS
If you rely on gee-key.json, no additional env configuration is required.
Setup
python -m venv .venv
. .venv/Scripts/activate # on Windows PowerShell: .venv\Scripts\Activate.ps1
pip install -r requirements.txt
Authenticate Earth Engine (one-time):
earthengine authenticate
If running on a headless server, set service account credentials via env GOOGLE_APPLICATION_CREDENTIALS or use ee.ServiceAccountCredentials in code.
Run Server (MCP over stdio)
python server.py
The server exposes one tool:
download_satellite_image(DownloadParams) -> str: Downloads a GeoTIFF to a temp file and returns its absolute path.
DownloadParams
latitude(float)longitude(float)start_date(YYYY-MM-DD)end_date(YYYY-MM-DD)scale(int, meters, default 10)buffer_m(int, default 1000)bands(str, comma-separated; defaultB4,B3,B2)dataset(str, defaultCOPERNICUS/S2)
Run Client (CLI)
The CLI connects to the server over stdio, prompts for parameters, and calls the tool:
python client.py
MCP Client Config Example (Cursor / Claude Desktop)
Add a server entry similar to:
{
"mcpServers": {
"gee-mcp": {
"command": "python",
"args": ["server.py"],
"env": {}
}
}
}
Notes
- Ensure your date window and location intersect the dataset footprint.
- For Sentinel-2, the tool prefers the least cloudy image automatically.
- Large regions or small scales may produce big downloads; adjust
buffer_mandscaleaccordingly. - Don't give too large region to download at once, the split function in server may fails.
Server functions and capabilities
Tools exposed
download_satellite_image(DownloadParams) -> { files: string[], message: string }- Downloads one or more GeoTIFFs from Google Earth Engine for a user-defined Area of Interest (AOI).
Inputs (DownloadParams)
- Geographic input (provide exactly one):
latitude,longitude(float): point center; usesbuffer_mto create AOIbounding_box(number[4]):[min_lon, min_lat, max_lon, max_lat](preferred for rectangles)region_geojson(string): full GeoJSON for complex polygons
- Temporal and data options:
start_date,end_date(YYYY-MM-DD)dataset(string): defaultCOPERNICUS/S2_SR_HARMONIZEDbands(string): comma-separated band names (defaultB4,B3,B2)scale(int, meters): target resolutionbuffer_m(int): only used with point inputmax_cloud_cover(float, %): filter cap for Sentinel-2image_count(int): number of least-cloudy images to download
Processing behavior
- Sorts by cloud cover (Sentinel-2) and selects up to
image_countimages. - Saves files to
download/with capture date in filename. - Preflight size check and automatic tiling:
- Estimates pixel count/bytes and splits AOI into quadrants when needed.
- If a tile still exceeds GEE size limits, recursively splits further (limited depth) and/or increases
scale(coarsens resolution) until the request fits.
- Robust region handling:
- Converts
bounding_boxto a rectangular polygon. - Uses AOI bounds as the download region.
- Converts
- Logging: detailed execution written to
server.log(authentication, preflight, tiling, retries).
Outputs
- Returns
{ files: [absolute_file_paths], message: string }.- May return multiple files when AOI is split or multiple dates are requested.
- Message indicates if fewer images were available than requested, or if tiling/scale backoff occurred.
Limits and notes
- Very large AOIs and/or small
scaleproduce large requests; server will split tiles and increasescaleautomatically to satisfy GEE limits (~48 MB per request for thumbnails/downloads). - Cloud-cover filtering currently applies to Sentinel‑2 collections (field
CLOUDY_PIXEL_PERCENTAGE). - If you need strict masking to the polygon footprint, consider adding an explicit
clip(AOI)step before download.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。