AI Humanizer MCP Server

by text2go

Recommended
35 stars
30 downloads
Not rated
GitHub

About

Helps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.

Details

Author
text2go
Repository
Text2Go/ai-humanizer-mcp-server
GitHub stars
35
Downloads
30
License
MIT License
Categories
Productivity, Other, AI

- πŸ€– AI Detection - Accurately identify AI-generated content
- πŸ‘€ Natural Language Enhancement - Transform robotic text into natural human-like writing
- ⭐ Grammar Perfection - Ensure flawless grammatical accuracy
- πŸ“‹ Readability Optimization - Improve text flow and comprehension
- πŸ“ Length Control - Adjust content length while preserving meaning
- βš–οΈ Term Preservation - Maintain specific terminology and key phrases

Setting up with Highlight

Follow these steps to add this server as a custom Highlight plugin:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AI Humanizer MCP Server
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 ai-humanizer-mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Prerequisites

- node version >= 16
- Claude Desktop latest version

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ai humanizer mcp server": {
            "cwd": "<YOUR_PROJECT_PATH>/build",
            "env": {},
            "args": [
                "-y",
                "ai-humanizer-mcp-server"
            ],
            "shell": false,
            "command": "npx"
        }
    }
}

Linux

{
    "cwd": "<YOUR_PROJECT_PATH>/build",
    "env": [],
    "args": [
        "-y",
        "ai-humanizer-mcp-server"
    ],
    "shell": false,
    "command": "npx"
}

Macos

{
    "cwd": "<YOUR_PROJECT_PATH>/build",
    "env": [],
    "args": [
        "-y",
        "ai-humanizer-mcp-server"
    ],
    "shell": false,
    "command": "npx"
}

Windows

{
    "cwd": "<YOUR_PROJECT_PATH>/build",
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "ai-humanizer-mcp-server"
    ],
    "shell": false,
    "command": "cmd"
}

AI Humanize MCP Server

--- A powerful Model Context Protocol (MCP) server that helps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.

Powered by text2go.

---

Table of Contents


1. Key Features
2. Screenshot
3. Prerequisites
4. Installation
5. Usage
- AI Text Detection

---

Screenshot

screenshot

✨ Key Features

- πŸ€– AI Detection - Accurately identify AI-generated content
- πŸ‘€ Natural Language Enhancement - Transform robotic text into natural human-like writing
- ⭐ Grammar Perfection - Ensure flawless grammatical accuracy
- πŸ“‹ Readability Optimization - Improve text flow and comprehension
- πŸ“ Length Control - Adjust content length while preserving meaning
- βš–οΈ Term Preservation - Maintain specific terminology and key phrases

Prerequisites

- node version >= 16 - Claude Desktop latest version

Installation

By npx

1. Configure Claude Desktop: - Open Claude Desktop - Navigate to Settings β†’ Developer β†’ Edit Config - Add the following configuration:
{
  "mcpServers": {
    "ai-humanizer": {
      "command": "npx",
      "args": ["-y", "ai-humanizer-mcp-server"]
    }
  }
}
2. Restart Claude Desktop to apply changes

By Source Code

1. Clone this repository 2. Install Dependencies
npm install
3. Build the project
npm run build
4. Configure Claude Desktop: - Open Claude Desktop - Navigate to Settings β†’ Developer β†’ Edit Config - Add the following configuration:
{
  "mcpServers": {
    "ai-humanizer": {
      "command": "node",
      "args": ["<YOUR_PROJECT_PATH>/build/index.js"]
    }
  }
}
5. Restart Claude Desktop to apply changes

πŸ’‘ Usage

AI Text Detection

To check if text is AI-generated, simply ask Claude:

Is this text ai-generated:  In a fast-paced world, where technology is advancing at an exponential rate, it is crucial for businesses to adapt to new trends and keep up with the changing demands of the market.

Star History

Star History Chart29:["$","div",null,{"className"

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.