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

Related MCP Connectors