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
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
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
- 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"]
}
}
}
- Restart Claude Desktop to apply changes
By Source Code
- Clone this repository
- Install Dependencies
npm install
- Build the project
npm run build
- 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"]
}
}
}
- 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
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.

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.
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
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.
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
React MCP
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
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.