Lower a Word/PowerPoint/PDF file's AI-detection score so it reads as human-written.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Humanpen MCP.
humanize_documentRewrite a `.docx`/`.pptx` to read as human-written and score lower on AI detectors. Optionally take a detection report to rewrite only its flagged passages. Length can be held to a whole-document word range, or to per-passage ranges (experimental โ limiting words weakens AI-rate reduction).
free_rehumanizeContinue a finished `humanize_document` job for **free**: upload a fresh detection report for its result and only the still-flagged passages are rewritten. Once per job, with a daily cap; the report must match that result.
fix_citationsConvert in-text citations and the reference list to APA 7, MLA 9, Harvard, Chicago, IEEE, Vancouver, GB/T 7714, AMA, ACS or OSCOLA. Body text untouched.
condense_documentShorten a `.docx` to a target word count, keeping structure and citations.
translate_documentTranslate `.docx`/`.pdf`/`.pptx`/`.xlsx`/`.epub`/`.html`/`.txt` between 12 languages, keeping layout.
read_detection_reportRead a Turnitin or iThenticate AI Writing report: overall AI percentage and the flagged passages.
English ยท ็ฎไฝไธญๆ ยท ๆฅๆฌ่ช
Website ยท Pricing ยท Developer docs
Keywords: ai humanizer, mcp server, model context protocol, turnitin ai detection, reduce ai score, humanize ai text, bypass ai detection, docx ai humanizer, ai content rewriter, ai writing tool, claude mcp, cursor mcp, ithenticate ai report
Humanize what's flagged. Preserve the rest. An MCP server for HumanPen โ a document-level AI humanizer that can humanize an entire document, rewrite user-selected passages, or automatically target flagged text from a Turnitin / iThenticate AI-detection report, editing .docx / .pptx files in place while preserving formatting, tables, images, citations, and formulas. Also converts citations between 12 styles, condenses to a word budget, and translates between 12 languages.
* or 0%Sign up at https://humanpen.net and create a key at https://humanpen.net/settings/api-keys. New accounts start with free credits, enough to put a document through and see what comes back.
The key goes in an environment variable, never in a URL. URLs end up in server logs, proxy logs, shell history and screenshots.
-s user puts it in every project. The default scope is local, which
loads the server only in the directory you ran the command from โ and looks
like a broken install the first time you open Claude Code somewhere else.
If your version rejects -e (reported
upstream), use the JSON
form:
In ~/.codex/config.toml:
It also reads ${VAR} in its config, so the key can stay in your environment
instead of the file:
~/.codebuddy/.mcp.json for every project, <project>/.mcp.json for one.
It has gemini mcp add, but the argument order differs between versions โ run
gemini mcp add --help and follow the usage line it prints. Pass the key with
-e HUMANPEN_API_KEY=... and the scope with -s user; the default is
project, which is only the directory you ran it in.
In claude_desktop_config.json. Use the absolute path to npx โ run
which npx and paste the result: a desktop app is launched by the OS with a
minimal PATH, so the bare name that works in your terminal often is not found
here, and the only symptom is that the tools never appear.
All three read the same shape โ Cursor in .cursor/mcp.json, Windsurf in
~/.codeium/windsurf/mcp_config.json, Cline in its MCP settings panel:
In opencode.json โ the key names differ slightly from everyone else's:
VS Code prompts once and stores the key in its secret store, so it never lands in a file you might commit.
Then point your client at node /path/to/humanpen-mcp/dist/index.js instead of
npx -y humanpen-mcp.
Any MCP client works: this is a plain stdio server started by
npx -y humanpen-mcp with HUMANPEN_API_KEY in its environment.
| Tool | What it does | Credits |
|---|---|---|
humanize_document | Rewrite a .docx/.pptx to read as human-written and score lower on AI detectors. Optionally take a detection report to rewrite only its flagged passages. Length can be held to a whole-document word range, or to per-passage ranges (experimental โ limiting words weakens AI-rate reduction). | yes |
free_rehumanize | Continue a finished humanize_document job for free: upload a fresh detection report for its result and only the still-flagged passages are rewritten. Once per job, with a daily cap; the report must match that result. | free |
fix_citations | Convert in-text citations and the reference list to APA 7, MLA 9, Harvard, Chicago, IEEE, Vancouver, GB/T 7714, AMA, ACS or OSCOLA. Body text untouched. | yes |
condense_document | Shorten a .docx to a target word count, keeping structure and citations. | yes |
translate_document | Translate .docx/.pdf/.pptx/.xlsx/.epub/.html/.txt between 12 languages, keeping layout. | yes |
read_detection_report | Read a Turnitin or iThenticate AI Writing report: overall AI percentage and the flagged passages. | free |
check_job | Look up a job and download its result. | free |
get_credit_balance | Credits remaining. | free |
Jobs take minutes; tool calls do not. Each operation waits about 55 seconds
โ enough for most documents โ then returns a job_id with a note to call
check_job. The work continues on the server either way; nothing is lost by the
tool returning early.
ai_percent can be null, and that is usually good news. Turnitin prints
* instead of a number whenever AI writing comes in under 20% โ it will not
quantify that band, because too much of it is false positives. So null means
"under 20%, and Turnitin will say no more", never "0%" and never "no result".
Will this bring a Turnitin AI score down?
Usually under 20% in one pass with balanced โ the threshold below which
Turnitin prints * instead of a number. If it misses, hand the result back with
the new report; only the passages still flagged get rewritten.
Does it work with iThenticate too? Yes โ pass either report. The format is read from the file.
Is my document sent to the model? No. It uploads the file and answers with a path. A 40-page paper costs no tokens.
Documents you pass to a tool are uploaded over HTTPS to HumanPen's API
(api.humanpen.net) for processing; results are written back to your disk, and
processed files are kept server-side for about 7 days so check_job and the
free re-humanize pass can find them. Document contents never enter the model's
context. The full policy โ what is collected, retention, and how to reach us โ
is at https://humanpen.net/legal/privacy.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/humanpen-mcp)<a href="https://allmcps.com/mcp/humanpen-mcp"><img src="https://allmcps.com/api/badge/humanpen-mcp?style=directory" alt="Humanpen MCP on AllMCPs" /></a>