Skip to main content
Glama

AI Humanizer MCP Server

by Text2Go

AI人性化MCP服务器


强大的模型上下文协议 (MCP) 服务器,可帮助优化 AI 生成的内容,使其听起来更自然、更贴近人类。内置先进的 AI 检测和文本增强功能。

text2go提供支持。


目录

  1. 主要特点
  2. 截屏
  3. 先决条件
  4. 安装
  5. 用法

截屏

截屏

✨ 主要特点

  • 🤖 AI 检测- 准确识别 AI 生成的内容
  • 👤自然语言增强——将机器人文本转化为自然的人类写作
  • 语法完美- 确保语法完美无缺
  • 📋可读性优化——改善文本流程和理解能力
  • 📏长度控制- 调整内容长度,同时保留含义
  • ⚖️术语保留- 保留特定术语和关键短语

先决条件

  • 节点版本> = 16
  • Claude桌面最新版本

安装

作者:npx

  1. 配置Claude桌面:
    • 打开 Claude 桌面
    • 导航至“设置”→“开发者”→“编辑配置”
    • 添加以下配置:
{ "mcpServers": { "ai-humanizer": { "command": "npx", "args": ["-y", "ai-humanizer-mcp-server"] } } }
  1. 重新启动 Claude Desktop 以应用更改

按源代码

  1. 克隆此存储库
  2. 安装依赖项
npm install
  1. 构建项目
npm run build
  1. 配置Claude桌面:
    • 打开 Claude 桌面
    • 导航至“设置”→“开发者”→“编辑配置”
    • 添加以下配置:
{ "mcpServers": { "ai-humanizer": { "command": "node", "args": ["<YOUR_PROJECT_PATH>/build/index.js"] } } }
  1. 重新启动 Claude Desktop 以应用更改

💡 使用方法

人工智能文本检测

要检查文本是否由 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.

星史

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tools

帮助优化 AI 生成的内容,使其听起来更自然、更贴近人类。内置先进的 AI 检测和文本增强功能。

  1. 目录
    1. 截屏
    2. ✨ 主要特点
    3. 先决条件
    4. 安装
    5. 💡 使用方法
    6. 星史

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    Provides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.
    Last updated -
    1
    18
    TypeScript
  • A
    security
    F
    license
    A
    quality
    Plays sound effects when Cursor AI completes code generation, providing audio feedback for a more interactive coding experience.
    Last updated -
    1
    2
    TypeScript
  • -
    security
    A
    license
    -
    quality
    Provides voice recognition and text extraction capabilities with support for both stdio and MCP modes, processing audio files or base64 encoded data and returning structured results with language, emotion, and speaker information.
    Last updated -
    Python
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Text2Go/ai-humanizer-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server