Skip to content

Nutrient DWS MCP Server for Cline

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

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

client:Cline transport:stdio runtime:npm

Install Nutrient DWS MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Nutrient DWS MCP Server in other clients