Back to Apps

Nutrient DWS MCP
Supports UIby pspdfkit
Professional PDF processing, digital signing, and AI redaction via Nutrient DWS.
0 stars
Works in:CursorWindsurfVS Code Copilot
Exposes:ToolsResources
What it does
Integrates AI assistants with the Nutrient Document Web Service (DWS) Processor API to perform advanced document manipulation including PDF conversion, OCR, redaction, and PAdES-compliant digital signing.
Tools
document_processor: Handles conversions (PDF ↔ DOCX/HTML/MD), OCR, watermarking, and rotation.document_signer: Applies CMS/PKCS#7 and CAdES digital signatures with visible or invisible appearance.ai_redactor: Uses AI to detect and permanently remove sensitive data like SSNs and emails.check_credits: Checks remaining DWS API credits.sandbox_file_tree: Views files within the configured local sandbox directory.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nutrient-dws": {
"command": "npx",
"args": ["-y", "@nutrient-sdk/dws-mcp-server"],
"env": {
"SANDBOX_PATH": "/your/sandbox/directory"
}
}
}
}
Supported hosts
- claude
- cursor
- windsurf
- vscode-copilot
Quick install
npx -y @nutrient-sdk/dws-mcp-serverInformation
- Pricing
- freemium
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json with SANDBOX_PATH env var.Windsurf
Add to ~/.codeium/windsurf/mcp_config.json with SANDBOX_PATH env var.Claude Desktop
{
"mcpServers": {
"nutrient-dws": {
"command": "npx",
"args": ["-y", "@nutrient-sdk/dws-mcp-server"],
"env": { "SANDBOX_PATH": "/your/path" }
}
}
}VS Code Copilot
Add to .vscode/mcp.json with SANDBOX_PATH env var.





