Skip to content
Grok

devutils for Grok

io.github.ofershap/devutils

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

client:Grok transport:stdio runtime:npm

Install devutils in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "devutils": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-devutils"
      ]
    }
  }
}

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

devutils in other clients