Humanizer MCP

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.

1. Copy this URL

2. Add it to Claude

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.

  1. Open Claude (any of the surfaces above).
  2. Go to SettingsConnectors.
  3. Click Add custom connector.
  4. Paste the URL into the Remote MCP server URL field.
  5. Click Add or Save.

Free Claude plans are limited to one custom connector. Pro/Max/Team/Enterprise have no limit.

3. Use it

In any Claude chat, paste your text and try one of these:

Claude picks the right tool automatically.

For developers — install locally instead

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"]
    }
  }
}