Skip to main content
Glama
conorbronsdon

avoid-ai-writing-mcp

avoid-ai-writing-mcp

A local, deterministic MCP server for auditing prose with the published avoid-ai-writing-detector.

It exposes two read-only tools:

  • score_text returns a compact score, classification, confidence, and counts.

  • audit_text adds every flagged pattern, suggested alternatives, statistics, and highlighted sentence regions.

The server makes no network calls and uses no language model. Text stays inside the local MCP process. Scores are heuristic writing-pattern signals, not proof that a person or model wrote the text.

Requirements

  • Node.js 18 or newer

  • An MCP host that supports local stdio servers

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

Run from GitHub

Add this server to Claude Code:

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

Or add it to an MCP JSON configuration:

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

After the package is released to npm, replace the GitHub package spec with avoid-ai-writing-mcp.

The package uses stdio for protocol messages. It does not open a port or send input to an API.

Tool inputs

Both tools accept:

Field

Type

Required

Description

text

string

yes

Text to evaluate locally (maximum 100,000 characters).

context

enum

no

general (default), technical, marketing, or personal.

technical mode reduces noise from patterns that are normal in code-adjacent writing. The other modes preserve the detector's context-specific behavior.

Development

npm install
npm test
npm run inspect

npm run inspect launches the official MCP Inspector against the local stdio entry point.

Scope

This package intentionally does not expose a rewrite tool. Rewriting requires editorial judgment and often a hosted model; adding that would undermine this server's deterministic, local, privacy-preserving contract.

License

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