Generate documents from Markdown over MCP: md_to_pdf, md_to_docx, md_to_pptx. Output files land in your cloud relay with 15-minute download URLs.
Overview
stagenth doc gen
Generate documents from Markdown over MCP: md_to_pdf, md_to_docx, md_to_pptx. Output files land in your cloud relay with 15-minute download URLs.
Tools
md_to_pdf— Markdown to a polished PDF (CJK fonts supported)md_to_docx— Markdown to Word (.docx) with heading styles and tablesmd_to_pptx— Markdown outline to PowerPoint:#cover, each##a slide, list items as bullets
Connect
- Sign up at https://www.stagenth.com and create an API token (Console → API Tokens).
- Add to your MCP client config:
{"mcpServers":{"stagenth-doc-gen":{"type":"http","url":"https://stagenth.com/mcp/doc-gen/","headers":{"Authorization":"Bearer <YOUR_API_KEY>"}}}}
Server Config
{
"mcpServers": {
"stagenth-doc-gen": {
"type": "http",
"url": "https://stagenth.com/mcp/doc-gen/",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}