Skip to content
Cursor

humanify mcp for Cursor

io.github.morebetterclaw/humanify-mcp

Transform AI-generated copy into human-sounding, GEO-optimised marketing content.

client:Cursor transport:stdio runtime:npm

Install humanify mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "humanify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@morebetterclaw/humanify-mcp"
      ],
      "env": {
        "HUMANIFY_API_KEY": "<HUMANIFY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

humanify mcp in other clients