Chinese sensitive word detection MCP Server for social media platforms. Supports risk classification and safe replacement suggestions.
Server Config
{
"mcpServers": {
"sensitive-words": {
"command": "npx",
"args": [
"-y",
"chinese-sensitive-words-mcp"
]
}
}
}