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.
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:
- Open Settings (Cmd/Ctrl + ,)
- Search for MCP
- Click Add MCP Server
- Name:
humanizer-pro - Type:
sse - 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:
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
- Official MCP Registry:
io.github.khadinakbaronline/humanizer-pro - Smithery: Humanizer PRO on Smithery
Links
- Website: texthumanizer.pro
- MCP Documentation: texthumanizer.pro/mcp-docs
- Server Card: texthumanizer.pro/.well-known/mcp/server-card.json
Author
Khadin Akbar - Creator of Humanizer PRO
- Twitter: @khadinakbar
- LinkedIn: khadinakbar
- Website: texthumanizer.pro
License
Proprietary. All rights reserved. Humanizer PRO - The Best AI Text Humanizer.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.