loading…
Search for a command to run...
loading…
Detects and removes 24 types of AI writing patterns, offering dual-mode humanization (rule-based and LLM-enhaced) with tools for detection, style transfer, scor
Detects and removes 24 types of AI writing patterns, offering dual-mode humanization (rule-based and LLM-enhaced) with tools for detection, style transfer, scoring, and batch processing.
检测并去除24种AI写作痕迹,让文本更自然、更像人类写作
| 工具名 | 功能 | 示例 |
|---|---|---|
detect_ai_patterns |
检测AI写作模式 | 返回24种模式匹配详情 |
humanize_text |
文本拟人化 | rule/llm两种模式 |
style_transfer |
风格转换 | casual/formal/witty等 |
ai_score |
AI痕迹评分 | 0-100分+详细分析 |
batch_humanize |
批量处理 | 最多10个文本 |
pip install fastmcp>=2.2.0 httpx>=0.27.0
python -m humanizer_mcp
python -m humanizer_mcp --transport http --port 9002 --path /humanizer
{
"mcpServers": {
"humanizer-mcp": {
"command": "python",
"args": ["-m", "humanizer_mcp"]
}
}
}
{
"mcpServers": {
"humanizer-mcp": {
"url": "http://101.32.191.236/humanizer"
}
}
}
| 层级 | 价格 | 功能 |
|---|---|---|
| 免费版 | $0 | 规则模式,10次/天 |
| 基础版 | $19/月 | 规则模式无限+LLM模式50次/天 |
| 专业版 | $49/月 | 全部功能无限+批量处理 |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"humanizermcp": {
"command": "npx",
"args": []
}
}
}