Humanizer PRO MCP
Humanizer PRO — text humanization plugin and Agent Skill
Humanizer PRO connects AI clients to the hosted Humanizer PRO text-editing service. It can rewrite text you own or are allowed to edit in Stealth, Academic, or SEO mode, analyze writing naturalness, and check your word balance.
This repository is the official open-source distribution package. It contains the portable humanize-text Agent Skill, native Claude Code and Codex plugin manifests, marketplace metadata, and the remote MCP connection. The proprietary rewriting engine, billing logic, and service credentials remain hosted at texthumanizer.pro.
Install
Claude Code
/plugin marketplace add khadinakbarlabs/humanizer-pro-mcp
/plugin install humanizer-pro@humanizer-proClaude loads the skill and the hosted MCP server. Sign in with your Humanizer PRO account when the first tool requires authentication.
For Cline, use the dedicated installation guide or add the
remote HTTP endpoint https://texthumanizer.pro/mcp from Cline's MCP settings.
OpenAI Codex
codex plugin marketplace add khadinakbarlabs/humanizer-pro-mcp
codex plugin add humanizer-pro@humanizer-proCodex loads the same skill and remote MCP connection. Public Codex marketplace availability is separate from this GitHub-hosted marketplace and depends on OpenAI review.
skills.sh and compatible agents
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-textSelect a specific supported agent when needed:
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent claude-code --yes
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent codex --yes
npx skills add khadinakbarlabs/humanizer-pro-mcp --skill humanize-text --agent cursor --yesBrowse the catalog entry at skills.sh/khadinakbarlabs/humanizer-pro-mcp/humanize-text.
GitHub Copilot
GitHub CLI 2.90 or later can install the skill for Copilot or another supported host:
gh skill install khadinakbarlabs/humanizer-pro-mcp humanize-textThe repository's skills/humanize-text/SKILL.md follows the open Agent Skills specification.
Gemini CLI
gemini extensions install https://github.com/khadinakbarlabs/humanizer-pro-mcpConnect the hosted MCP endpoint when your Gemini setup does not import it automatically:
https://texthumanizer.pro/mcpChatGPT or another MCP client
Add a custom/developer connector using:
https://texthumanizer.pro/mcpThen sign in with your Humanizer PRO account. Public ChatGPT app directory availability depends on OpenAI review.
Related MCP server: AI Humanizer MCP Server
What the skill does
Request | Tool | Effect |
Humanize or rewrite authorized text |
| Uses Stealth, Academic, or SEO mode and deducts the processed words from the account balance. |
Analyze writing naturalness |
| Returns estimated AI-likeness and human-likeness signals without rewriting. |
Check remaining usage |
| Returns plan, subscription words, purchased credits, and total available words. |
The workflow confirms rewrites over 500 words, sends the complete text in one call, prevents automatic billable retries, and reports the remaining balance when available.
Remote service
Streamable HTTP:
https://texthumanizer.pro/mcpSSE fallback:
https://texthumanizer.pro/sseOAuth metadata:
https://texthumanizer.pro/.well-known/oauth-authorization-serverHealth:
https://texthumanizer.pro/healthDocumentation:
https://texthumanizer.pro/mcp-docsPrivacy:
https://texthumanizer.pro/privacyTerms:
https://texthumanizer.pro/termsSupport:
hello@khadinakbar.com
No API key is included or required by this repository. Each user authenticates through the hosted OAuth flow and uses their own Humanizer PRO word balance.
Responsible use
Use Humanizer PRO only for text you own or are authorized to revise. Preserve citations and factual meaning, and follow applicable academic, workplace, client, publisher, and platform disclosure rules.
Naturalness and detector scores are probabilistic. This package does not promise that a rewrite will pass Turnitin, GPTZero, Originality.ai, Copyleaks, ZeroGPT, or any other detector.
Validate
npm run release:check
claude plugin validate . --strict
python3 /path/to/skill-creator/scripts/quick_validate.py skills/humanize-text
mcp-publisher validate server.jsonThe release check validates every manifest, referenced asset, skill identifier, MCP URL, version, and public text file for common secret and personal-path patterns.
Directory metadata
server.jsonfollows the official MCP Registry format..claude-plugin/marketplace.jsonmakes this repository a Claude Code marketplace..agents/plugins/marketplace.jsonmakes it a Codex plugin marketplace..codex-plugin/plugin.json,.claude-plugin/plugin.json,.cursor-plugin/plugin.json, andgemini-extension.jsonprovide native package surfaces.skills/humanize-text/SKILL.mdis the portable source used by skills.sh, Copilot, Codex, Claude Code, Cursor, and other Agent Skills-compatible clients.
License
The skill, manifests, metadata, documentation, tests, and validation scripts in this repository are licensed under MIT. The hosted Humanizer PRO service and proprietary rewriting engine are not included in that license.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseCqualityDmaintenanceHelps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.16959MIT
- AlicenseCqualityDmaintenanceDetects AI-generated content and transforms robotic text into natural, human-like writing while improving grammar, readability, and preserving key terminology.1693MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides tools and resources to detect AI-generated writing patterns and refine text for more authentic, human-like communication. It enables users to analyze phrasing via a scoring system and apply conversational guides tailored for platforms like Twitter and LinkedIn.1
- FlicenseNot gradedqualityNot gradedmaintenanceHumanizer PRO - The Best AI Text Humanizer MCP Server Transform AI-generated content into natural, human-sounding text that bypasses GPTZero, Turnitin, Originality.ai, Copyleaks, ZeroGPT, and other AI detectors. Undetectable AI content rewriting with Stealth, Academic, and SEO modes.3
Related MCP Connectors
Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.
Loads your personal writing voice into any AI and scores how closely a draft matches it.
Find AI-isms with evidence and fingerprint a writing voice from samples. 3 of 5 free.
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/khadinakbarlabs/humanizer-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server