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
    A
    license
    A
    quality
    A MCP server that enables Claude and other MCP-compatible assistants to generate images from text prompts using Together AI's image generation models.
    Last updated -
    1
    2
    TypeScript
    MIT License
    • Apple
    • Linux
  • A
    security
    A
    license
    A
    quality
    Enables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.
    Last updated -
    3
    8
    Python
    MIT License
    • Linux
  • -
    security
    A
    license
    -
    quality
    Word document reading and writing MCP implemented in Node.js
    Last updated -
    64
    5
    TypeScript
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    Enables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.
    Last updated -
    852
    1
    JavaScript

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