Skip to content
Grok

kadlint for Grok

io.github.feelyday/kadlint

Korean ad-compliance linter for cosmetics and health-food marketing copy

client:Grok transport:stdio runtime:npm

Install kadlint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "kadlint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kadlint"
      ]
    }
  }
}

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

kadlint in other clients