Skip to main content
Glama
conorbronsdon

avoid-ai-writing-mcp

avoid-ai-writing-mcp

公開されている avoid-ai-writing-detector を使用して散文を監査する、ローカルで決定的な MCP サーバー。

2つの読み取り専用ツールを公開しています:

  • score_text は、簡潔なスコア、分類、信頼度、およびカウントを返します。

  • audit_text は、フラグが付けられたすべてのパターン、提案された代替案、統計、および強調された文の領域を追加します。

サーバーはネットワーク呼び出しを行わず、言語モデルも使用しません。テキストはローカルの MCP プロセス内に留まります。スコアはヒューリスティックな文章パターンのシグナルであり、テキストを書いたのが人またはモデルであることを証明するものではありません。

要件

  • Node.js 18 以降

  • ローカル stdio サーバーをサポートする MCP ホスト

Related MCP server: Byakugan: Private, open-source AI-text checker

GitHub から実行

このサーバーを Claude Code に追加します:

claude mcp add avoid-ai-writing -- npx -y github:conorbronsdon/avoid-ai-writing-mcp

または、MCP JSON 設定に追加します:

{
  "mcpServers": {
    "avoid-ai-writing": {
      "command": "npx",
      "args": ["-y", "github:conorbronsdon/avoid-ai-writing-mcp"]
    }
  }
}

パッケージが npm にリリースされたら、GitHub パッケージ仕様を avoid-ai-writing-mcp に置き換えます。

パッケージはプロトコルメッセージに stdio を使用します。ポートを開いたり、入力を API に送信したりしません。

ツールの入力

両方のツールは以下を受け入れます:

フィールド

必須

説明

text

string

必須

ローカルで評価するテキスト (最大 100,000 文字)。

context

enum

任意

general (デフォルト)、technicalmarketing、または personal

technical モードは、コード関連の文章で一般的なパターンからのノイズを軽減します。他のモードは、検出器のコンテキスト固有の動作を維持します。

開発

npm install
npm test
npm run inspect

npm run inspect は、ローカル stdio エントリポイントに対して公式の MCP Inspector を起動します。

スコープ

このパッケージは意図的に書き換えツールを公開していません。書き換えには編集上の判断と、多くの場合ホスト型モデルが必要です。それを追加すると、このサーバーの決定的でローカルな、プライバシーを保護する契約が損なわれます。

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.

  • Six tools for SEO and AI-readability audits. 91 checks, 11 score modules.

  • Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells

View all MCP Connectors

Latest Blog Posts

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/conorbronsdon/avoid-ai-writing-mcp'

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