humanizer for Claude Desktop
io.github.gpthuman-ai/humanizer
Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:1
Install humanizer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"humanizer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gpthuman.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs