Submit

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.
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 tables
  • md_to_pptx — Markdown outline to PowerPoint: # cover, each ## a slide, list items as bullets

Connect

  1. Sign up at https://www.stagenth.com and create an API token (Console → API Tokens).
  2. 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>"}}}}

Docs: https://www.stagenth.com/help?scope=agent-tools

Server Config

{
  "mcpServers": {
    "stagenth-doc-gen": {
      "type": "http",
      "url": "https://stagenth.com/mcp/doc-gen/",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.