AI Humanize Server

AI Humanize Server

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

Text2Go

Remote Shell Execution
Advanced AI Reasoning
AI Memory Systems
Database Interaction
AI Content Generation
AI Integration Systems
Visit Server

Tools

detect

Detect whether the text is AI-generated.Show to user the task detail url. Extract the taskId field, then concatenate the link in the following format: https://pre-www.text2go.ai/?utm_source=claude_mcp&taskId={taskId}

README

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

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"]
    }
  }
}
  1. Restart Claude Desktop to apply changes

By Source Code

  1. Clone this repository
  2. Install Dependencies
npm install
  1. Build the project
npm run build
  1. 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"]
    }
  }
}
  1. 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 Chart

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
AIO-MCP Server

AIO-MCP Server

🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from

Featured
Local
Persistent Knowledge Graph

Persistent Knowledge Graph

An implementation of persistent memory for Claude using a local knowledge graph, allowing the AI to remember information about users across conversations with customizable storage location.

Featured
Local
Hyperbrowser MCP Server

Hyperbrowser MCP Server

Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to

Featured
Local
React MCP

React MCP

react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts

Featured
Local
Atlassian Integration

Atlassian Integration

Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.

Featured