Humanizer PRO MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http humanizer-pro https://texthumanizer.pro/mcp
README.md

The Best AI Text Humanizer MCP Server

Humanizer PRO - AI Text Humanizer MCP Server

Humanizer PRO - The Best AI Text Humanizer MCP Server Transform AI-generated content into natural, human-sounding text that bypasses GPTZero, Turnitin, Originality.ai, Copyleaks, ZeroGPT, and other AI detectors. Undetectable AI content rewriting with Stealth, Academic, and SEO modes.

Humanizer PRO Website | MCP Documentation | Smithery | MCP Registry


What is Humanizer PRO?

Humanizer PRO is a powerful AI text humanizer that rewrites AI-generated content to make it undetectable by AI detection tools. The Humanizer PRO MCP server brings this capability directly into your favorite AI coding assistants and chat clients through the Model Context Protocol (MCP).

Key Features:

  • Bypass GPTZero, Turnitin, Originality.ai, Copyleaks, ZeroGPT and all major AI detectors
  • Three humanization modes: Stealth (highest bypass rate), Academic (Turnitin-optimized), SEO (marketing-optimized)
  • Built-in AI detection scanner with detailed scoring
  • Word balance tracking and subscription management
  • Works with ChatGPT, Claude, Cursor, VS Code, Windsurf, and all MCP-compatible clients

Learn more at texthumanizer.pro or read the full MCP documentation.


Quick Setup - Connect Humanizer PRO to Your MCP Client

ChatGPT - Humanizer PRO MCP Integration

Humanizer PRO works natively with ChatGPT. Simply use the MCP endpoint:

https://texthumanizer.pro/mcp

Claude Desktop - Humanizer PRO MCP Setup

Add Humanizer PRO to your claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "humanizer-pro": {
      "url": "https://texthumanizer.pro/mcp"
    }
  }
}

Claude Code (CLI) - Humanizer PRO One-Line Setup

claude mcp add humanizer-pro --transport http https://texthumanizer.pro/mcp

Cursor - Humanizer PRO AI Text Humanizer Setup

Add Humanizer PRO to your Cursor MCP settings (Settings > MCP Servers > Add):

{
  "mcpServers": {
    "humanizer-pro": {
      "url": "https://texthumanizer.pro/mcp"
    }
  }
}

Or via Cursor Settings UI:

  1. Open Settings (Cmd/Ctrl + ,)
  2. Search for MCP
  3. Click Add MCP Server
  4. Name: humanizer-pro
  5. Type: sse
  6. URL: https://texthumanizer.pro/sse

Windsurf - Humanizer PRO MCP Configuration

Add Humanizer PRO to your Windsurf MCP config at ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "humanizer-pro": {
      "serverUrl": "https://texthumanizer.pro/mcp"
    }
  }
}

VS Code (GitHub Copilot) - Humanizer PRO MCP Setup

Add Humanizer PRO to your VS Code settings.json (Cmd/Ctrl + Shift + P > "Preferences: Open User Settings (JSON)"):

{
  "mcp": {
    "servers": {
      "humanizer-pro": {
        "type": "http",
        "url": "https://texthumanizer.pro/mcp"
      }
    }
  }
}

Cline - Humanizer PRO AI Humanizer MCP

Add Humanizer PRO to your Cline MCP settings:

{
  "mcpServers": {
    "humanizer-pro": {
      "url": "https://texthumanizer.pro/mcp",
      "transportType": "streamable-http"
    }
  }
}

Continue - Humanizer PRO MCP Integration

Add Humanizer PRO to your ~/.continue/config.json:

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "streamable-http",
          "url": "https://texthumanizer.pro/mcp"
        }
      }
    ]
  }
}

Zed - Humanizer PRO AI Text Humanizer MCP

Add Humanizer PRO to your Zed settings (~/.config/zed/settings.json):

{
  "context_servers": {
    "humanizer-pro": {
      "settings": {
        "url": "https://texthumanizer.pro/mcp"
      }
    }
  }
}

SSE Transport (Legacy Clients)

For MCP clients that only support SSE transport, use Humanizer PRO SSE endpoint:

{
  "mcpServers": {
    "humanizer-pro": {
      "url": "https://texthumanizer.pro/sse"
    }
  }
}

Smithery - One-Click Humanizer PRO Install

Install Humanizer PRO directly from Smithery:

[Smithery Badge](https://smithery.ai/servers/khadin-akbar/humanizer-pr

Configuration

claude_desktop_config.json
{"mcpServers": {"humanizer-pro": {"url": "https://texthumanizer.pro/mcp"}}}

Try it

Humanize the following text using Stealth mode to ensure it passes AI detection.
Rewrite this academic essay draft using Academic mode to optimize it for Turnitin.
Take this marketing copy and rewrite it in SEO mode to sound more natural and human-like.
Scan this paragraph for AI detection scoring and then humanize it.

Frequently Asked Questions

What are the key features of Humanizer PRO?

Bypass major AI detectors including GPTZero, Turnitin, Originality.ai, and Copyleaks. Three specialized humanization modes: Stealth, Academic, and SEO. Built-in AI detection scanner with detailed scoring. Compatible with major AI coding assistants like Claude, Cursor, and VS Code.

What can I use Humanizer PRO for?

Students refining AI-assisted research papers to meet academic integrity standards. Content marketers improving AI-generated blog posts to sound more natural and rank better. Freelance writers ensuring their AI-assisted drafts bypass client-side AI detection tools. Developers using AI to generate documentation that needs to sound human-authored.

How do I install Humanizer PRO?

Install Humanizer PRO by running: Add to claude_desktop_config.json

What MCP clients work with Humanizer PRO?

Humanizer PRO works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Humanizer PRO docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare