Home › Other › Nutrient Document Engine MCP Server

Nutrient Document Engine MCP Server

MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.

TypeScript Local macOSWindowsLinux
★ 62 stars Last pushed 2026-08-27 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.3)

npx -y @nutrient-sdk/document-engine-mcp-server@0.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "nutrient-document-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/document-engine-mcp-server@0.0.3"
      ],
      "env": {
        "DOCUMENT_ENGINE_BASE_URL": "<YOUR_VALUE>",
        "DOCUMENT_ENGINE_API_AUTH_TOKEN": "<YOUR_VALUE>",
        "DASHBOARD_USERNAME": "<YOUR_VALUE>",
        "DASHBOARD_PASSWORD": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DOCUMENT_ENGINE_BASE_URL required — Base URL of your Nutrient Document Engine instance (e.g. http://localhost:5000).
  • DOCUMENT_ENGINE_API_AUTH_TOKEN required secret — API auth token for your Document Engine instance.
  • DASHBOARD_USERNAME — Optional: enables the local status dashboard (Basic auth username).
  • DASHBOARD_PASSWORD secret — Optional: local status dashboard password.
  • LOG_LEVEL — Optional log level (default info).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry