Korean ad-compliance linter for cosmetics and health-food marketing copy
claude mcp add kadlint -- npx -y kadlint
claude_desktop_config.json
{
"mcpServers": {
"kadlint": {
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"kadlint": {
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kadlint": {
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"kadlint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"kadlint": {
"command": "npx",
"args": [
"-y",
"kadlint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.feelyday--kadlint/reviews or the review_server meta-tool.
POST /mcp