AI Humanize MCP Server

AI Humanize MCP Server

site icon
2025.01.03 0
JavaScript文本优化AI检测自然语言处理内容生成
AI Humanize MCP Server 是一个强大的模型上下文协议(MCP)服务器,旨在优化AI生成的内容,使其听起来更加自然和人性化。它具备先进的AI检测和文本增强能力,能够识别AI生成的内容,并将其转化为自然的人类语言写作。此外,它还提供语法修正、可读性优化、长度控制和术语保留等功能。
View on GitHub

Overview

基本能力

产品定位

AI Humanize MCP Server 是一个专注于优化AI生成内容的工具,使其更加自然和人性化。

核心功能

  • AI Detection - 准确识别AI生成的内容
  • Natural Language Enhancement - 将机械化的文本转化为自然的人类语言写作
  • Grammar Perfection - 确保语法完美无缺
  • Readability Optimization - 提高文本的流畅性和可理解性
  • Length Control - 调整内容长度同时保留原意
  • Term Preservation - 保留特定术语和关键短语

适用场景

  • 优化AI生成的文本内容,使其更加自然
  • 检测文本是否为AI生成
  • 提高文本的可读性和语法准确性

使用教程

使用依赖

  • node 版本 >= 16
  • Claude Desktop 最新版本

安装教程

通过 npx 安装

  1. 配置 Claude Desktop:
  2. 打开 Claude Desktop
  3. 导航到 Settings → Developer → Edit Config
  4. 添加以下配置:
{
  "mcpServers": {
    "ai-humanizer": {
      "command": "npx",
      "args": ["-y", "ai-humanizer-mcp-server"]
    }
  }
}
  1. 重启 Claude Desktop 以应用更改

通过源代码安装

  1. 克隆此仓库
  2. 安装依赖
npm install
  1. 构建项目
npm run build
  1. 配置 Claude Desktop:
  2. 打开 Claude Desktop
  3. 导航到 Settings → Developer → Edit Config
  4. 添加以下配置:
{
  "mcpServers": {
    "ai-humanizer": {
      "command": "node",
      "args": ["<YOUR_PROJECT_PATH>/build/index.js"]
    }
  }
}
  1. 重启 Claude Desktop 以应用更改

调试方式

AI Text Detection

检查文本是否为AI生成:

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.

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。