MCP.so
Sign In
Servers

Nutrient DWS MCP Server

@PSPDFKit

A Model Context Protocol (MCP) server implementation that integrates with the Nutrient Document Web Service (DWS) Processor API, providing powerful PDF processing capabilities for AI assistants.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "nutrient-dws": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/dws-mcp-server",
        "--sandbox",
        "</your/sandbox/directory>"
      ],
      "env": {
        "NUTRIENT_DWS_API_KEY": "<YOUR_API_KEY_HERE>"
      }
    }
  }
}

More from Other