Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"humanify": {
"env": {
"HUMANIFY_API_KEY": "hfy_live_xxxx"
},
"args": [
"-y",
"@morebetterclaw/humanify-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Humanify — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@morebetterclaw/humanify-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @morebetterclaw/humanify-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / marketing
DataForSEO API modelcontextprotocol server
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).
MCP Security Weekly
Get CVE alerts and security updates for io.github.morebetterclaw/humanify-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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