Skip to main content
Glama

HumanizerMCP - AI Text Humanization MCP Server

Detect and remove 24 types of AI writing traces to make text more natural and human-like

✨ Core Features

  • 24 AI Pattern Detections: Based on the Wikipedia "Signs of AI writing" guide

  • Dual-Mode Humanization: Rule-driven (fast, zero-cost) + LLM-enhanced (high quality)

  • 5 MCP Tools: Detection/Humanization/Style Transfer/Scoring/Batch Processing

  • Multi-Style Support: Natural/Casual/Formal/Witty/Academic/Journalistic/Poetic

  • FastMCP Framework: Supports stdio (local) and Streamable HTTP (remote)

🛠️ MCP Tool List

Tool Name

Function

Example

detect_ai_patterns

Detect AI writing patterns

Returns details of 24 pattern matches

humanize_text

Text humanization

rule/llm modes

style_transfer

Style transfer

casual/formal/witty, etc.

ai_score

AI trace scoring

0-100 score + detailed analysis

batch_humanize

Batch processing

Up to 10 texts

📦 Installation

pip install fastmcp>=2.2.0 httpx>=0.27.0

🚀 Startup

Local Mode (Claude Desktop)

python -m humanizer_mcp

Remote Mode (Streamable HTTP)

python -m humanizer_mcp --transport http --port 9002 --path /humanizer

🔧 Client Configuration

Claude Desktop

{
  "mcpServers": {
    "humanizer-mcp": {
      "command": "python",
      "args": ["-m", "humanizer_mcp"]
    }
  }
}

Remote Connection

{
  "mcpServers": {
    "humanizer-mcp": {
      "url": "http://101.32.191.236/humanizer"
    }
  }
}

📊 24 AI Pattern Detections

Content Patterns

  1. Meaning Inflation - "marking a pivotal moment..."

  2. Name Dropping - Listing sources without context

  3. Superficial -ing Analysis - "symbolizing... reflecting..."

  4. Promotional Language - "nestled within breathtaking..."

  5. Vague Citations - "Experts believe..."

  6. Formulaic Challenges - "Despite challenges..."

Linguistic Patterns

  1. AI High-Frequency Vocabulary - Additionally/crucial/landscape...

  2. Avoiding Copulas - "serves as" instead of "is"

  3. Negative Parallelism - "It's not just X, it's Y"

  4. Rule of Three - Forced grouping of three

  5. Synonym Cycling - Excessive synonym replacement

  6. False Ranges - "from X to Y"

Style Patterns

  1. Em-dash Abuse

  2. Bold Text Abuse

  3. Inline Header Lists

  4. Title Case

  5. Emoji Decoration

  6. Curly Quotes

Communication Patterns

  1. Chat Artifacts - "I hope this helps!"

  2. Knowledge Cutoff Declarations

  3. Sycophantic Tone - "Great question!"

Filler Patterns

  1. Filler Phrases - "In order to"

  2. Excessive Ambiguity

  3. Generic Positive Conclusions

💰 Monetization Strategy

Tier

Price

Features

Free

$0

Rule mode, 10 times/day

Basic

$19/mo

Unlimited rule mode + 50 times/day LLM mode

Pro

$49/mo

All features unlimited + batch processing

📄 License

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.

  • Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.

  • URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhaohongyuziranerran/humanizer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server