Skip to content
Cursor

kadlint for Cursor

io.github.feelyday/kadlint

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

client:Cursor transport:stdio runtime:npm

Install kadlint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kadlint in other clients