io.github.morebetterclaw/humanify-mcp
Transform AI-generated copy into human-sounding, GEO-optimised marketing content.
Open source Open in the app JSON README (API)
About
Transform AI-generated copy into human-sounding, GEO-optimised marketing content.
Details
- Kind
- MCP servers
- Topic
- Marketing & analytics
- Publisher
- morebetterclaw
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.0
- Last push
- 2026-03-28T15:23:58Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-29 04:00:50
- Updated
- 2026-08-29 04:00:50
- Origin id
io.github.morebetterclaw/humanify-mcp
README
# @morebetterclaw/humanify-mcp
MCP server for [Humanify](https://humanifyit.ai) — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.
## What it does
Exposes a single tool (`humanify_transform`) that takes AI-generated copy and returns:
- **Transformed copy** — rewritten to sound human and rank in AI search
- **Score (0–100)** — human-readability rating
- **Improvements** — list of changes made
## Install
```bash
npx @morebetterclaw/humanify-mcp
```
## Configuration
Set your API key as an environment variable:
```bash
export HUMANIFY_API_KEY=hfy_live_xxxx
```
Get a key at [https://humanifyit.ai/api-docs](https://humanifyit.ai/api-docs)
## Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"humanify": {
"command": "npx",
"args": ["-y", "@morebetterclaw/humanify-mcp"],
"env": {
"HUMANIFY_API_KEY": "hfy_live_xxxx"
}
}
}
}
```
## Pricing
- **Free:** 50 credits on signup (no card required)
- **Pay-as-you-go:** $10 = 1,000 transforms (~$0.01 each)
- **Pro subscribers:** Unlimited API calls
## License
MIT