humanpen mcp for Grok
io.github.humanpen/humanpen-mcp
Document-level AI humanizer for .docx/.pptx: whole file, selected passages, or flagged text.
client:Grok
transport:stdio
runtime:npm
Install humanpen mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"humanpen-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"humanpen-mcp"
],
"env": {
"HUMANPEN_API_KEY": "<HUMANPEN_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs