Skip to content

Nutrient DWS MCP Server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install Nutrient DWS MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "nutrient-dws-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Nutrient DWS MCP Server in other clients