Skip to content
Windsurf

Nutrient DWS MCP Server for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install Nutrient DWS MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Nutrient DWS MCP Server in other clients