Byakugan: Private, Open Source AI Text Checker
FreeNot checkedA 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.
About
A 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.
README
Check whether writing reads as AI, on your own machine, then improve how it reads. Free and open source.
Two ways to use it.
1. In your browser
A static web app. Paste your text and get a read on how AI-like it sounds, with a plain-language explanation, a grammar pass, and a check against your own documents for reuse. Everything runs in the page, and nothing you paste leaves the browser.
Run it locally:
cd site
npm install
npm run dev
2. Inside the AI you already use
A mcp server for your AI assistant (Claude Desktop, an IDE, any MCP client). It gives that AI a detection read plus the exact phrases that read as AI, so your own AI can check and rewrite your writing, on your machine.
For Claude Desktop, add this to claude_desktop_config.json and restart:
{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": ["-y", "@jayofemi/ai-checker"]
}
}
}
Claude Code users can install it as a plugin instead: /plugin marketplace add JayOfemi/byakugan, then /plugin install ai-checker@ai-checker.
Then tell your AI "use ai-checker to check this text" and paste what you want checked. Full setup, the tools, and how to verify it are in mcp/README.md.
What to expect
AI-text detection is a signal, not a verdict, and it is biased against non-native English writers. It is shown as a likelihood with its confidence, never a yes/no judgement. Stiff, even, stock-phrase-heavy writing reads high; varied, personal writing reads low. Use it on your own work.
Layout
site/- the browser checker, a static web app. See site/README.md.mcp/- the MCP server and TypeScript library. See mcp/README.md.
Each folder is its own package with its own build. Node 22 (.nvmrc).
License
MIT. Copyright (c) 2026 Jay Ofemi.
Installing Byakugan: Private, Open Source AI Text Checker
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/JayOfemi/byakuganFAQ
Is Byakugan: Private, Open Source AI Text Checker MCP free?
Yes, Byakugan: Private, Open Source AI Text Checker MCP is free — one-click install via Unyly at no cost.
Does Byakugan: Private, Open Source AI Text Checker need an API key?
No, Byakugan: Private, Open Source AI Text Checker runs without API keys or environment variables.
Is Byakugan: Private, Open Source AI Text Checker hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Byakugan: Private, Open Source AI Text Checker in Claude Desktop, Claude Code or Cursor?
Open Byakugan: Private, Open Source AI Text Checker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Byakugan: Private, Open Source AI Text Checker with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
