Agent skill that removes signs of AI-generated writing from text
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"humanizer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-humanizer"
]
}
}
}