EmbedEarth (E2) for Claude Desktop
io.github.paulwxnter/mcp
Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.
client:Claude Desktop
transport:stdio
runtime:npm
Install EmbedEarth (E2) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@embedearth/mcp"
],
"env": {
"E2_API_KEY": "<E2_API_KEY>",
"ROUTE_URL": "<ROUTE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs