Skip to content
Cursor

EmbedEarth (E2) for Cursor

io.github.paulwxnter/mcp

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

client:Cursor transport:stdio runtime:npm

Install EmbedEarth (E2) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@embedearth/mcp"
      ],
      "env": {
        "E2_API_KEY": "<E2_API_KEY>",
        "ROUTE_URL": "<ROUTE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EmbedEarth (E2) in other clients