Skip to content
Grok

uuid for Grok

io.github.ryudi84/uuid

MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs.

client:Grok transport:stdio runtime:npm

Install uuid in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "uuid": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uuid-forge-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

uuid in other clients