HomeOther › Nutrient DWS MCP Server

Nutrient DWS MCP Server

Nutrient Processor + Data Extraction MCP: convert, OCR, sign, redact, and extract PDFs/Office docs.

TypeScript Cloud macOSWindowsLinux
★ 71 stars Last pushed 2026-08-28 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.1.3)

npx -y @nutrient-sdk/dws-mcp-server@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "nutrient-dws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/dws-mcp-server@0.1.3"
      ],
      "env": {
        "NUTRIENT_DWS_API_KEY": "<YOUR_VALUE>",
        "NUTRIENT_DWS_EXTRACTION_API_KEY": "<YOUR_VALUE>",
        "SANDBOX_PATH": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>",
        "MCP_LOG_FILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • NUTRIENT_DWS_API_KEY secret — Nutrient DWS API key. Optional for local desktop use (browser sign-in on first request); required for CI or headless environments.
  • NUTRIENT_DWS_EXTRACTION_API_KEY secret — Data Extraction API key (starts with pdf_live_), needed for parse_document and extract_fields in static-key mode. OAuth covers both products.
  • SANDBOX_PATH — Local directory the server is allowed to read and write documents in.
  • LOG_LEVEL — Minimum logging level; defaults to info.
  • MCP_LOG_FILE — Log file path; defaults to a temporary file in stdio mode.

Related servers

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

Data from the Official MCP Registry