/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install glin-profanity-mcp - After installation, invoke the skill by name or use
/glin-profanity-mcp - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2066 downloads so far.
How do I install Glin Profanity MCP?
Run "/install glin-profanity-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Glin Profanity MCP free?
Yes, Glin Profanity MCP is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Glin Profanity MCP support?
Glin Profanity MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Glin Profanity MCP?
It is built and maintained by thegdsks (@thegdsks); the current version is v1.0.0.