A

AI文本优化器

@Text2Go/ai-humanizer-mcp-server
1 Stars 132 次浏览 Text2Go 更新于 2026-08-23

一种模型上下文协议服务器,能够优化人工智能生成的内容,使其听起来更加自然和人性化,并具备人工智能检测和文本增强功能。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "ai-humanizer": {
      "args": [
        "\u003cYOUR_PROJECT_PATH\u003e/build/index.js"
      ],
      "command": "node"
    }
  }
}

服务介绍

AI Humanize MCP 服务器


一款强大的模型上下文协议(MCP)服务器,旨在帮助改进AI生成的内容,使其听起来更加自然和人性化。内置了先进的AI检测和文本增强功能。

text2go 提供支持。


目录

  1. 主要特性
  2. 屏幕截图
  3. 前提条件
  4. 安装
  5. 使用方法

屏幕截图

screenshot

✨ 主要特性

  • 🤖 AI 检测 - 准确识别AI生成的内容
  • 👤 自然语言增强 - 将机械化的文本转换为自然的人类写作风格
  • 语法完美 - 确保无懈可击的语法准确性
  • 📋 可读性优化 - 改善文本流畅度和理解力
  • 📏 长度控制 - 在保持含义的同时调整内容长度
  • ⚖️ 术语保留 - 维护特定术语和关键词组

前提条件

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

安装

通过 npx

  1. 配置 Claude Desktop:
    • 打开 Claude Desktop
    • 导航至 设置 → 开发者 → 编辑配置
    • 添加以下配置:
{
  "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:
    • 打开 Claude Desktop
    • 导航至 设置 → 开发者 → 编辑配置
    • 添加以下配置:
{
  "mcpServers": {
    "ai-humanizer": {
      "command": "node",
      "args": ["<YOUR_PROJECT_PATH>/build/index.js"]
    }
  }
}
  1. 重启 Claude Desktop 以应用更改

💡 使用方法

AI 文本检测

要检查文本是否由AI生成,只需询问 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 Chart