Kadlint MCP Server

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

Local serverstdio

What is the Kadlint MCP server?

Korean ad-compliance linter for cosmetics and health-food marketing copy. The kadlint mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.

What it actually does

Korean law tightly regulates what cosmetics and health-functional-food ads may claim. A face cream may not say it "treats acne" (that is a drug claim under the Cosmetics Act), a probiotic may not promise to "boost immunity" unless that exact functionality was approved, and "No.1" / "100% natural" claims require objective substantiation under the Fair Labeling and Advertising Act. Korea's Ministry of Food and Drug Safety (MFDS) keeps detecting thousands of unlawful online ads in these categories every year — in 2025 its routine sweeps again flagged large batches of cosmetics and health-food ads for drug-like or

Adding it to your client

kadlint on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by feelyday; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the kadlint mcp server does with a few real requests.

How to install the Kadlint MCP server

{
  "mcpServers": {
    "kadlint": {
      "command": "kadlint-mcp",
      "args": []
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Kadlint to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Kadlint directly.