Skip to content

Terranode Geospatial API for Grok

io.github.terranode-co/mcp-server-terranode

Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets

client:Grok transport:stdio runtime:npm

Install Terranode Geospatial API in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-server-terranode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "env": {
        "TERRANODE_API_KEY": "<TERRANODE_API_KEY>",
        "TERRANODE_API_URL": "<TERRANODE_API_URL>"
      }
    }
  }
}

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

Terranode Geospatial API in other clients