Humanizer PRO

Humanizer PRO

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.

Category
访问服务器

README

Humanizer PRO - AI Text Humanizer MCP Server

<p align="center"> <strong><a href="https://texthumanizer.pro">Humanizer PRO</a> - The Best AI Text Humanizer MCP Server</strong><br> 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. </p>

<p align="center"> <a href="https://texthumanizer.pro">Humanizer PRO Website</a> | <a href="https://texthumanizer.pro/mcp-docs">MCP Documentation</a> | <a href="https://smithery.ai/servers/khadin-akbar/humanizer-pro">Smithery</a> | <a href="https://registry.modelcontextprotocol.io">MCP Registry</a> </p>


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:

Parameter Type Required Description
text string Yes The AI-generated text to rewrite and humanize
mode string No stealth (highest bypass rate), academic (Turnitin-optimized scholarly tone), seo (marketing content). Default: stealth
style string No creative, 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. Capped at 250 words per scan.

Parameters:

Parameter Type Required Description
text string Yes The 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.

Plan Price Words Best For
Free $0 500 words Try Humanizer PRO
Starter $9.99/mo 30,000 words/mo Students and bloggers
Creator $14.99/mo 100,000 words/mo Content creators and marketers
Pro Annual $119.88/yr 100,000 words/mo Professionals (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

Transport URL Recommended
Streamable HTTP https://texthumanizer.pro/mcp Yes
SSE (legacy) https://texthumanizer.pro/sse For legacy clients

Server Discovery

Humanizer PRO server card with full tool schemas:

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

Registry Listings

Links

Author

Khadin Akbar - Creator of Humanizer PRO

License

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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选