Skip to content
VS Code

Earth-2 Elevation MCP for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install Earth-2 Elevation MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Earth-2 Elevation MCP in other clients