Connects Claude to the Humanify API to rewrite marketing copy with better human readability and GEO optimization for AI search engines. Exposes a single tool, humanify_transform, that takes your AI-generated text and returns transformed copy, a 0-100 human readability score, and a list of specific improvements made. Requires a Humanify API key, which gets you 50 free credits to start or pay-as-you-go at roughly a penny per transform. Useful if you're generating marketing content at scale and need it to sound less robotic while still ranking in AI-powered search results. Installs via npx and plugs straight into Claude Desktop with environment variable configuration.
MCP server for Humanify — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.
Exposes a single tool (humanify_transform) that takes AI-generated copy and returns:
npx @morebetterclaw/humanify-mcp
Set your API key as an environment variable:
export HUMANIFY_API_KEY=hfy_live_xxxx
Get a key at https://humanifyit.ai/api-docs
Add to your claude_desktop_config.json:
{
"mcpServers": {
"humanify": {
"command": "npx",
"args": ["-y", "@morebetterclaw/humanify-mcp"],
"env": {
"HUMANIFY_API_KEY": "hfy_live_xxxx"
}
}
}
}
MIT
HUMANIFY_API_KEY*secretYour Humanify API key. Get one at https://humanifyit.ai/api-docs