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 に送信したりしません。
ツールの入力
両方のツールは以下を受け入れます:
フィールド | 型 | 必須 | 説明 |
| string | 必須 | ローカルで評価するテキスト (最大 100,000 文字)。 |
| enum | 任意 |
|
technical モードは、コード関連の文章で一般的なパターンからのノイズを軽減します。他のモードは、検出器のコンテキスト固有の動作を維持します。
開発
npm install
npm test
npm run inspectnpm run inspect は、ローカル stdio エントリポイントに対して公式の MCP Inspector を起動します。
スコープ
このパッケージは意図的に書き換えツールを公開していません。書き換えには編集上の判断と、多くの場合ホスト型モデルが必要です。それを追加すると、このサーバーの決定的でローカルな、プライバシーを保護する契約が損なわれます。
ライセンス
MIT
Maintenance
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI attribution audits and quick transparency checks on written content, providing authorship analysis and segment breakdowns for editorial review.21MIT
- AlicenseAqualityBmaintenanceA private, open-source AI-text checker. Get a read on whether text looks AI-written, the exact AI-tell spans to fix, a reuse check, and a grammar pass.4MIT
- FlicenseNot gradedqualityAmaintenanceProvides tools to analyze local PDFs and CSVs (page count, text search, scoring, column stats) with strict refusal to guess ambiguous data. Requires a paid license.
- AlicenseAqualityAmaintenanceBilingual (EN/ES) AI-writing detection that shows the evidence instead of a percentage: named tells with line and column, hidden-character inspection, and citation cross-checking against a document's own bibliography. Seven of its nine tools run entirely locally and never touch the network.1020MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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