Nutrient DWS MCP Server for Claude Code
io.github.pspdfkit/nutrient-dws-mcp-server
Nutrient Processor + Data Extraction MCP: convert, OCR, sign, redact, and extract PDFs/Office docs.
client:Claude Code
transport:stdio
runtime:npm
Install Nutrient DWS MCP Server in Claude Code
run in your project directory
claude mcp add nutrient-dws-mcp-server -e NUTRIENT_DWS_API_KEY=<NUTRIENT_DWS_API_KEY> -e NUTRIENT_DWS_EXTRACTION_API_KEY=<NUTRIENT_DWS_EXTRACTION_API_KEY> -e SANDBOX_PATH=<SANDBOX_PATH> -e LOG_LEVEL=<LOG_LEVEL> -e MCP_LOG_FILE=<MCP_LOG_FILE> -- npx -y @nutrient-sdk/dws-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs