/install glin-profanity-mcp
Glin Profanity MCP Server
MCP (Model Context Protocol) server that provides profanity detection as tools for AI assistants like Claude Desktop, Cursor, and Windsurf.
Best for: AI-assisted content review workflows, batch moderation, audit reports, and content validation before publishing.
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"glin-profanity": {
"command": "npx",
"args": ["-y", "glin-profanity-mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"glin-profanity": {
"command": "npx",
"args": ["-y", "glin-profanity-mcp"]
}
}
}
Available Tools
Core Detection
| Tool | Description |
|---|---|
check_profanity |
Check text for profanity with detailed results |
censor_text |
Censor profanity with configurable replacement |
batch_check |
Check multiple texts at once (up to 100) |
validate_content |
Get safety score (0-100) with action recommendation |
Analysis
| Tool | Description |
|---|---|
analyze_context |
Context-aware analysis (medical, gaming, etc.) |
detect_obfuscation |
Detect leetspeak and Unicode tricks |
explain_match |
Explain why text was flagged |
compare_strictness |
Compare detection across strictness levels |
Utilities
| Tool | Description |
|---|---|
suggest_alternatives |
Suggest clean replacements |
analyze_corpus |
Analyze up to 500 texts for stats |
create_regex_pattern |
Generate regex for custom detection |
get_supported_languages |
List all 24 supported languages |
User Tracking
| Tool | Description |
|---|---|
track_user_message |
Track messages for repeat offenders |
get_user_profile |
Get user's moderation history |
get_high_risk_users |
List users with high violation rates |
Example Prompts
Content Review
"Check these 50 user comments and tell me which ones need moderation"
"Validate this blog post before publishing - use high strictness"
"Analyze this medical article with medical domain context"
Batch Operations
"Batch check all messages in this array and return only flagged ones"
"Generate a moderation audit report for these comments"
Understanding Flags
"Explain why 'f4ck' was detected as profanity"
"Compare strictness levels for this gaming chat message"
Content Cleanup
"Suggest professional alternatives for this flagged text"
"Censor the profanity but preserve first letters"
When to Use
Use MCP server when:
- AI assists with content review workflows
- Batch checking user submissions
- Generating moderation reports
- Content validation before publishing
- Human-in-the-loop moderation
Use core library instead when:
- Automated real-time filtering (hooks/middleware)
- Every message needs checking without AI involvement
- Performance-critical applications (\x3C 1ms response)
Resources
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install glin-profanity-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/glin-profanity-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Glin Profanity MCP 是什么?
MCP server providing profanity detection tools for AI assistants. Use when reviewing batches of user content, auditing comments for moderation reports, analyzing text for profanity before publishing, or when AI needs content moderation capabilities during workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2066 次。
如何安装 Glin Profanity MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install glin-profanity-mcp」即可一键安装,无需额外配置。
Glin Profanity MCP 是免费的吗?
是的,Glin Profanity MCP 完全免费(开源免费),可自由下载、安装和使用。
Glin Profanity MCP 支持哪些平台?
Glin Profanity MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Glin Profanity MCP?
由 thegdsks(@thegdsks)开发并维护,当前版本 v1.0.0。