Skip to content
Grok

VDatum MCP Server for Grok

io.github.mansurjisan/vdatum-mcp

MCP server for vertical datum conversions using coastalmodeling-vdatum

client:Grok transport:stdio runtime:pypi

Install VDatum MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vdatum-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vdatum-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

VDatum MCP Server in other clients