Skip to content
Grok

webaz for Grok

io.github.seasonsagents-art/webaz

[PRE-LAUNCH] Agent-native MCP commerce protocol. Repo private until W8. See webaz.xyz.

client:Grok transport:stdio runtime:npm

Install webaz in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "webaz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@seasonkoh/webaz"
      ]
    }
  }
}

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

webaz in other clients