humanpen mcp for Claude Desktop
io.github.humanpen/humanpen-mcp
Document-level AI humanizer for .docx/.pptx: whole file, selected passages, or flagged text.
client:Claude Desktop
transport:stdio
runtime:npm
Install humanpen mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"humanpen-mcp": {
"command": "npx",
"args": [
"-y",
"humanpen-mcp"
],
"env": {
"HUMANPEN_API_KEY": "<HUMANPEN_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs