Skip to content
Grok

devtools for Grok

io.github.kira-autonoma/devtools

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

client:Grok transport:stdio runtime:npm

Install devtools in Grok

.mcp.json (in your project root)

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

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

devtools in other clients