document generator mcp for Zed
io.github.mrfentmen/document-generator-mcp
Generate Word documents locally with headings, paragraphs, and tables. No network and no key.
client:Zed
transport:stdio
runtime:npm
Install document generator mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"document-generator-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/document-generator-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs