Skip to content
Claude Desktop

Nutrient DWS MCP Server for Claude Desktop

io.github.pspdfkit/nutrient-dws-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install Nutrient DWS MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nutrient-dws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/dws-mcp-server"
      ],
      "env": {
        "NUTRIENT_DWS_API_KEY": "<NUTRIENT_DWS_API_KEY>",
        "NUTRIENT_DWS_EXTRACTION_API_KEY": "<NUTRIENT_DWS_EXTRACTION_API_KEY>",
        "SANDBOX_PATH": "<SANDBOX_PATH>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "MCP_LOG_FILE": "<MCP_LOG_FILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Nutrient DWS MCP Server in other clients