CCCpan/chinese-sensitive-words-mcp
中文敏感词/违禁词检测 MCP Server | 支持小红书/抖音/快手/B站 | 风险分级+安全替换建议 | 微信: chenganp | 邮箱: 345048305@qq.com
Platform-specific configuration:
{
"mcpServers": {
"chinese-sensitive-words-mcp": {
"command": "npx",
"args": [
"-y",
"chinese-sensitive-words-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
English | 中文
> 中文敏感词/违禁词检测 MCP Server,支持小红书、抖音、快手、B站等平台。
| Tool | 功能 | 适用场景 | |------|------|----------| | check_sensitive_words | 检测文本中的敏感词/违禁词 | 检查文案、产品描述、直播话术是否合规 | | get_word_suggestions | 获取敏感词的安全替换建议 | 修改被标记的违禁词 |
在配置文件中添加:
{
"mcpServers": {
"chinese-sensitive-words": {
"command": "npx",
"args": ["-y", "chinese-sensitive-words-mcp"]
}
}
}claude mcp add chinese-sensitive-words -- npx -y chinese-sensitive-words-mcpnpx mcporter config add chinese-sensitive-words-mcp --stdio "npx -y chinese-sensitive-words-mcp"用户对 AI 说: > "帮我检查这段小红书文案有没有违禁词:这是全网最好用的美白产品,效果立竿见影,加微信13812345678领优惠"
AI 调用 `check_sensitive_words` 返回:
⚠️ Detected 4 sensitive word(s):
Risk summary: 🔴 High=1 | 🟡 Medium=2 | 🔵 Low=1
🔴 HIGH RISK (may cause account ban)
- "13812345678" — Category: 手机号
🟡 MEDIUM RISK (may cause content throttling)
- "最好用" — Category: 广告法极限词 → Suggested replacements: 很好用, 超好用
- "美白" — Category: 医疗功效 → Suggested replacements: 提亮, 焕亮
🔵 LOW RISK (recommend modification)
- "加微信" — Category: 引流 → Suggested replacements: 私信咨询用户对 AI 说: > "最好用 这个词应该换成什么?"
AI 调用 `get_word_suggestions(keyword="最好用")` 返回:
"最好用" (极限词替换)
Suggested replacements: 很好用, 超好用, 非常好用, 特别好用输入: > 我们的产品是第一好,请留下你的薇信
API 返回:
{
"code": "0",
"msg": "检测成功",
"data": {
"wordCount": 2,
"wordList": [
{
"keywLoading reviews...