From fc704daf9cf450cfea4bcf185d0954526fc2336a Mon Sep 17 00:00:00 2001 From: Jonathan Rhyne Date: Fri, 27 Feb 2026 14:23:35 -0500 Subject: [PATCH] Add Nutrient document processing MCP servers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds two MCP servers from Nutrient (formerly PSPDFKit): 1. nutrient-dws-mcp-server — Cloud-based document processing via Nutrient DWS API. Enables AI agents to convert, redact, sign, OCR, extract, and merge documents through natural language. 2. nutrient-document-engine-mcp-server — Self-hosted alternative using Nutrient Document Engine for compliance-sensitive environments (HIPAA, SOC 2, GDPR). Both support stdio and HTTP transport. Compatible with Claude Desktop, LangGraph, OpenAI Agents SDK, and Vercel AI SDK. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d167518..ec2ac6ed 100644 --- a/README.md +++ b/README.md @@ -1642,6 +1642,8 @@ Interact with Git repositories and version control platforms. Enables repository - [orellazi/coda-mcp](https://github.com/orellazri/coda-mcp) 📇 ☁️ - MCP server for [Coda](https://coda.io/) - [osinmv/funciton-lookup-mcp](https://github.com/osinmv/function-lookup-mcp) 🐍 🏠 🍎 🐧 - MCP server for function signature lookups. - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - Query OpenAI models directly from Claude using MCP protocol +- [PSPDFKit/nutrient-dws-mcp-server](https://github.com/PSPDFKit/nutrient-dws-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - 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. +- [PSPDFKit/nutrient-document-engine-mcp-server](https://github.com/PSPDFKit/nutrient-document-engine-mcp-server) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP server for Nutrient Document Engine. On-premises document processing with natural language control — designed for HIPAA, SOC 2, and GDPR compliance. - [pskill9/hn-server](https://github.com/pskill9/hn-server) - 📇 ☁️ Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs). - [PV-Bhat/vibe-check-mcp-server](https://github.com/PV-Bhat/vibe-check-mcp-server) 📇 ☁️ - An MCP server that prevents cascading errors and scope creep by calling a "Vibe-check" agent to ensure user alignment. - [pwh-pwh/cal-mcp](https://github.com/pwh-pwh/cal-mcp) - An MCP server for Mathematical expression calculation