Scores your text for AI-detection risk and tells you what to fix — line by line. Adds five tools to Claude in about 30 seconds.
Works in claude.ai (web), Claude Desktop, and Claude for Chrome. You only set it up once — adding it on any one of those automatically makes it available in all three.
Free Claude plans are limited to one custom connector. Pro/Max/Team/Enterprise have no limit.
In any Claude chat, paste your text and try one of these:
Claude picks the right tool automatically.
If you'd rather run the server on your own machine (faster, fully private, works offline once installed):
Claude Code:
claude mcp add humanizer -- uvx humanizer-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"humanizer": {
"command": "uvx",
"args": ["humanizer-mcp"]
}
}
}