人工智能人性化MCP服务器
______________________________________________________________________
一个强大的模型上下文协议(MCP)服务器,有助于优化人工智能生成的内容,使其听起来更自然、更人性化。内置先进的AI检测和文本增强功能。
由...驱动 text2go.
______________________________________________________________________
目录
- AI文本检测
______________________________________________________________________
截图
✨ 主要特点
- 🤖 AI检测 -准确识别人工智能生成的内容
- 👤 自然语言增强 -将机器人文本转化为自然的类人文字
- ⭐ 语法完善 -确保语法准确无误
- 📋 可读性优化 -提高文本流畅性和理解能力
- 📏 长度控制 -在保持意义的同时调整内容长度
- ⚖️ 期限保存 -维护特定的术语和关键短语
先决条件
- 节点版本>=16
- Claude Desktop最新版本
安装
通过npx
- 配置Claude桌面:
- 打开克劳德桌面 - 导航到“设置”→ 开发者→ 编辑配置 - 添加以下配置:
{
"mcpServers": {
"ai-humanizer": {
"command": "npx",
"args": ["-y", "ai-humanizer-mcp-server"]
}
}
}- 重新启动Claude Desktop以应用更改
按源代码
- 克隆此存储库
- 再进行
npm install- 构建项目
npm run build- 配置Claude桌面:
- 打开克劳德桌面 - 导航到“设置”→ 开发者→ 编辑配置 - 添加以下配置:
{
"mcpServers": {
"ai-humanizer": {
"command": "node",
"args": ["/build/index.js"]
}
}
}- 重新启动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.明星历史

