From 38d89941e118864a54a4140392e46d3bd2d36c51 Mon Sep 17 00:00:00 2001 From: Jonathan Rhyne Date: Thu, 5 Mar 2026 00:19:07 -0500 Subject: [PATCH 1/2] docs: add MCP server comparison and role framing --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 463d4c7..bd0e6c6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ A Model Context Protocol (MCP) server that connects AI assistants to the [Nutrient Document Web Service (DWS) Processor API](https://www.nutrient.io/api) — enabling document creation, editing, conversion, digital signing, OCR, redaction, and more through natural language. +## Which MCP Server Should I Use? + +| Server | Best for | Deployment | Core capabilities | +|---|---|---|---| +| [Nutrient DWS MCP Server](https://github.com/PSPDFKit/nutrient-dws-mcp-server) | Cloud document workflows | Nutrient-hosted API (API key) | Convert, OCR, redact, sign, extract, watermark, automation | +| [Nutrient Document Engine MCP Server](https://github.com/PSPDFKit/nutrient-document-engine-mcp-server) | Self-hosted document workflows | On-prem/private cloud | Document processing with deployment control and data residency | +| [Nutrient PDF MCP Server](https://github.com/PSPDFKit/nutrient-pdf-mcp-server) | Low-level PDF inspection/debugging | Local Python runtime | Object-tree exploration, indirect-object resolution, structural analysis | + +You are in the **DWS MCP Server** repo. Choose this when you want the fastest path to cloud-powered, production document workflows. + +- Ecosystem overview: [Nutrient AI Infrastructure](https://www.nutrient.io/ai/infrastructure/) +- Product landing page: [Nutrient MCP Server](https://www.nutrient.io/mcp-server-pdf-automation-llm/) + ## What You Can Do Once configured, you (or your AI agent) can process documents through natural language: From 8424dc499d2cfbc3945125132244aa7cb55d856d Mon Sep 17 00:00:00 2001 From: Jonathan Rhyne Date: Thu, 5 Mar 2026 09:45:12 -0500 Subject: [PATCH 2/2] Remove Nutrient PDF MCP Server from README Removed Nutrient PDF MCP Server entry from the README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bd0e6c6..9d0d880 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ A Model Context Protocol (MCP) server that connects AI assistants to the [Nutrie |---|---|---|---| | [Nutrient DWS MCP Server](https://github.com/PSPDFKit/nutrient-dws-mcp-server) | Cloud document workflows | Nutrient-hosted API (API key) | Convert, OCR, redact, sign, extract, watermark, automation | | [Nutrient Document Engine MCP Server](https://github.com/PSPDFKit/nutrient-document-engine-mcp-server) | Self-hosted document workflows | On-prem/private cloud | Document processing with deployment control and data residency | -| [Nutrient PDF MCP Server](https://github.com/PSPDFKit/nutrient-pdf-mcp-server) | Low-level PDF inspection/debugging | Local Python runtime | Object-tree exploration, indirect-object resolution, structural analysis | You are in the **DWS MCP Server** repo. Choose this when you want the fastest path to cloud-powered, production document workflows.