Skip to content
Grok

Realurls for Grok

io.github.zhouchungong/realurls

Which domain officially belongs to which software product or company. Ownership only, never safety.

client:Grok transport:stdio runtime:npm

Install Realurls 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": {
    "realurls": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@realurls/mcp"
      ],
      "env": {
        "REALURLS_API": "<REALURLS_API>"
      }
    }
  }
}

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

Realurls in other clients