8 months ago
generate pdf and word
Server Config
{
"mcpServers": {
"document-generator": {
"command": "npx",
"args": [
"--yes",
"--cache",
"/tmp/.npx-cache",
"document-generator-mcp@latest"
]
}
}
}