← Back to Plugins
MCP Server MCP

Documentero

github By github 👁 1 views ▲ 0 votes

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

Homepage Verified source GitHub

Install

npx -y @documentero/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@documentero/mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Company API key from Documentero Account settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DOCUMENTERO_API_KEY"
        },
        {
          "description": "Optional Cloud API base URL (default: https://app.documentero.com/api)",
          "format": "string",
          "name": "DOCUMENTERO_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...