Loading MCP server directory, please wait...
Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill
npx @getmcp/cli add io.docmill/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCMILL_API_KEYDocmill API key (create one at https://docmill.io)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.docmill/mcp-server": {
"command": "npx",
"args": [
"-y",
"@docmill/mcp-server"
],
"env": {
"DOCMILL_API_KEY": "",
"DOCMILL_BASE_URL": ""
}
}
}
}