MCP Directory

PSPDFKit/nutrient-dws-mcp-server

GitHub
Other

MCP server for the Nutrient DWS Processor API. Convert, merge, redact, sign, OCR, watermark, and extract data from PDFs and Office documents via natural language. Works with Claude Desktop, LangGraph, and OpenAI Agents.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y nutrient-dws-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PSPDFKit/nutrient-dws-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "nutrient-dws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nutrient-dws-mcp-server"
      ]
    }
  }
}

Route PSPDFKit/nutrient-dws-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add nutrient-dws-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PSPDFKit/nutrient-dws-mcp-server directly without routing

npx -y nutrient-dws-mcp-server

New to Agent-CoreX? View setup guide →

PSPDFKit/nutrient-dws-mcp-server MCP Server — Agent-CoreX