Skip to content
Cursor

Earth-2 Elevation MCP for Cursor

io.github.gitcookman/earth-2-elevation-mcp

Local stdio MCP server for Open-Elevation single, batch, and profile lookups.

client:Cursor transport:stdio runtime:npm

Install Earth-2 Elevation MCP in Cursor

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

{
  "mcpServers": {
    "earth-2-elevation-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "earth-2-elevation-mcp"
      ]
    }
  }
}

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

Earth-2 Elevation MCP in other clients