Skip to content

Earth-2 Elevation MCP for Grok

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

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

client:Grok transport:stdio runtime:npm

Install Earth-2 Elevation MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Earth-2 Elevation MCP in other clients