npm @jayofemi/ai-checkerstdioMITupdated 27d ago
Check whether writing reads as AI, on your own machine, then improve how it reads. Free and open source.
Was kannst du mit byakugan machen?
AI Checker
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.
Installation
byakugan zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add ai-checker -- npx -y @jayofemi/ai-checkercodex mcp add ai-checker -- npx -y @jayofemi/ai-checkeramp mcp add ai-checker -- npx -y @jayofemi/ai-checker{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ai-checker","command":"npx","args":["-y","@jayofemi/ai-checker"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ai-checker": {
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ai-checker": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ai-checker": {
"command": {
"path": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @jayofemi/ai-checkerRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation18/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 19 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 29. Juni 2026 |