mcp server for Zed
io.docmill/mcp-server
Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@docmill/mcp-server"
],
"env": {
"DOCMILL_API_KEY": "<DOCMILL_API_KEY>",
"DOCMILL_BASE_URL": "<DOCMILL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs