← Back to Plugins
MCP Server MCP

Dokmatiq DocGen

github By github 👁 1 views ▲ 0 votes

PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.

Homepage Verified source GitHub

Install

uvx dokmatiq-docgen-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "dokmatiq-docgen-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dokmatiq API key (get one at https://developer.dokmatiq.com)",
          "isRequired": true,
          "isSecret": true,
          "name": "DOCGEN_API_KEY"
        },
        {
          "description": "Override the API base URL (default: https://api.dokmatiq.com)",
          "name": "DOCGEN_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...