Sponsored by Deepsite.site

Humanizer Pro

Created By
khadinakbaronline15 days ago
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.
Overview

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

npx @smithery/cli install @khadin-akbar/humanizer-pro

Humanizer PRO MCP Tools

Full documentation: texthumanizer.pro/mcp-docs

humanize_text - AI Text Humanizer Tool

Rewrite AI-generated text to sound naturally human and bypass AI detectors like GPTZero, Turnitin, Originality.ai, Copyleaks, and ZeroGPT. Humanizer PRO uses advanced NLP to make AI content undetectable while preserving the original meaning.

Parameters:

ParameterTypeRequiredDescription
textstringYesThe AI-generated text to rewrite and humanize
modestringNostealth (highest bypass rate), academic (Turnitin-optimized scholarly tone), seo (marketing content). Default: stealth
stylestringNocreative, journalistic, or professional (stealth mode only)

scan_ai_detection - AI Content Detection Scanner

Analyze any text for AI-generated patterns using Humanizer PRO detection scanner. Returns AI probability score (0-100%), human-likeness percentage, verdict (AI-Generated, Mixed, Mostly Human, Human-Written), and recommendation. Parameters:

ParameterTypeRequiredDescription
textstringYesThe text to scan for AI detection

check_word_balance - Word Credits Tracker

Check your remaining Humanizer PRO word credits - shows subscription plan type, subscription words remaining, purchased credits, and total available balance.

No parameters required.

get_subscription_plans - Humanizer PRO Pricing Plans

Browse available Humanizer PRO plans and see the user's current plan.

PlanPriceWordsBest For
Free$0500 wordsTry Humanizer PRO
Starter$9.99/mo30,000 words/moStudents and bloggers
Creator$14.99/mo100,000 words/moContent creators and marketers
Pro Annual$119.88/yr100,000 words/moProfessionals (save 33%)

No parameters required.


Authentication

Humanizer PRO MCP server uses OAuth 2.0 authentication via Supabase Auth. Users authenticate with Google or email/password when connecting from any MCP client. The OAuth flow is handled automatically by compatible clients.

Transport Options

TransportURLRecommended
Streamable HTTPhttps://texthumanizer.pro/mcpYes
SSE (legacy)https://texthumanizer.pro/sseFor legacy clients

Server Discovery

Humanizer PRO server card with full tool schemas:

https://texthumanizer.pro/.well-known/mcp/server-card.json

Registry Listings

Author

Khadin Akbar - Creator of Humanizer PRO

License

Proprietary. All rights reserved. Humanizer PRO - The Best AI Text Humanizer.

Server Config

{
  "mcpServers": {
    "humanizer-pro": {
      "url": "https://texthumanizer.pro/mcp"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Playwright McpPlaywright MCP server
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
ChatWiseThe second fastest AI chatbot™