Home › Other › Nutrient DWS MCP Server
Nutrient DWS MCP Server
Nutrient Processor + Data Extraction MCP: convert, OCR, sign, redact, and extract PDFs/Office docs.
Topics: Other Tools and Integrations
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.3)
npx -y @nutrient-sdk/dws-mcp-server@0.1.3
Or add to your MCP client config:
{
"mcpServers": {
"nutrient-dws-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nutrient-sdk/dws-mcp-server@0.1.3"
],
"env": {
"NUTRIENT_DWS_API_KEY": "<YOUR_VALUE>",
"NUTRIENT_DWS_EXTRACTION_API_KEY": "<YOUR_VALUE>",
"SANDBOX_PATH": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>",
"MCP_LOG_FILE": "<YOUR_VALUE>"
}
}
}
}
NUTRIENT_DWS_API_KEYsecret — Nutrient DWS API key. Optional for local desktop use (browser sign-in on first request); required for CI or headless environments.NUTRIENT_DWS_EXTRACTION_API_KEYsecret — Data Extraction API key (starts with pdf_live_), needed for parse_document and extract_fields in static-key mode. OAuth covers both products.SANDBOX_PATH— Local directory the server is allowed to read and write documents in.LOG_LEVEL— Minimum logging level; defaults to info.MCP_LOG_FILE— Log file path; defaults to a temporary file in stdio mode.
Related servers
servers
MCP server that exercises all the features of the MCP protocol
screenpipe
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
apify-mcp-server
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
klavis
MCP server for progressive tool usage at any scale (see https://klavis.ai)
mcp-obsidian
Interacting with Obsidian via REST API
metorial
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry