Earth Agent is a Cursor-like AI agent for Google Earth Engine. It can be used right in your browser as a Chrome extension or through MCP server support. It helps you do anything related to Google Earth Engine automatically through chatting (write code, run analysis, debug errors, explain maps, and manage your environment). Hatched from sundai.club.
Earth Agent is a Cursor-like AI agent for Google Earth Engine. It can be used right in your browser as a Chrome extension or through MCP server support. It helps you do anything related to Google Earth Engine automatically through chatting (write code, run analysis, debug errors, explain maps, and manage your environment). Hatched from sundai.club.
npx -y earth-agent-ai-sdkAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"wybert-earth-agent-chrome-ext-github": {
"command": "npx",
"args": [
"-y",
"npx -y earth-agent-ai-sdk"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from earth agent chrome ext?"
API Key Required
This server requires an API key from earth agent chrome ext. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| EARTH_AGENT_CHROME_EXT_API_KEY | Yes | Your earth agent chrome ext API key |
"What resources are available in earth agent chrome ext?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in earth agent chrome ext"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in earth agent chrome ext with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.