humanpen mcp for Zed
io.github.humanpen/humanpen-mcp
Document-level AI humanizer for .docx/.pptx: whole file, selected passages, or flagged text.
client:Zed
transport:stdio
runtime:npm
Install humanpen mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"humanpen-mcp": {
"command": "npx",
"args": [
"-y",
"humanpen-mcp"
],
"env": {
"HUMANPEN_API_KEY": "<HUMANPEN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs