Odel
Nutrient DWS MCP Server

Nutrient DWS MCP Server

Local
@pspdfkit69TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nutrient-sdk/dws-mcp-serverv0.1.3

Run

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

MCP client config

{
  "mcpServers": {
    "nutrient-dws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/dws-mcp-server"
      ]
    }
  }
}