Skip to main content
Glama

AI Humanizer MCP Server

by Text2Go

AIヒューマナイズMCPサーバー


AI生成コンテンツをより自然で人間らしい音声に仕上げる、強力なモデルコンテキストプロトコル(MCP)サーバー。高度なAI検出機能とテキスト強化機能を搭載しています。

text2goによって提供されています。


目次

  1. 主な特徴
  2. スクリーンショット
  3. 前提条件
  4. インストール
  5. 使用法

スクリーンショット

スクリーンショット

✨ 主な特徴

  • 🤖 AI検出- AI生成コンテンツを正確に識別
  • 👤自然言語処理- ロボットの文章を人間のような自然な文章に変換します
  • 文法の完璧さ- 完璧な文法の正確さを保証します
  • 📋読みやすさの最適化- テキストの流れと理解度を改善
  • 📏長さのコントロール- 意味を保ちながらコンテンツの長さを調整
  • ⚖️用語の保存- 特定の用語とキーフレーズを維持する

前提条件

  • ノードバージョン >= 16
  • クロードデスクトップ最新バージョン

インストール

npxによる

  1. 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 デスクトップを設定します。
    • クロードデスクトップを開く
    • 設定→開発者→設定の編集に移動します
    • 次の構成を追加します。
{ "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.

スターの歴史

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