Skip to content
Grok

searoute for Grok

io.github.mayurrawte/searoute

Real shortest sea routes between ports: distance, canals/straits, GeoJSON. UN/LOCODE aware.

client:Grok transport:stdio runtime:npm

Install searoute in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "searoute": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@searoute-ts/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

searoute in other clients