MCP Directory
Back

nutrient-dws-mcp-server

by PSPDFKit · TypeScript · ★ 65

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.

#ai-agents#claude#document-ai#document-processing#langchain#llm#mcp#mcp-server#model-context-protocol#nutrient#openai#pdf#pdf-processing

Install

npx -y github:PSPDFKit/nutrient-dws-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://www.npmjs.com/package/@nutrient-sdk/dws-mcp-server) **Give AI agents the power to process, sign, and transform documents.** 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. - Local stdio MCP server for Claude Desktop and other MCP-compatible clients - Browser-based OAuth on the first request that uses the Nutrient API, with optional API-key fallback for CI and…
Read full README on GitHub →

Related ai & ml servers