Mmcp.market

Nutrient Document Engine MCP Server

by PSPDFKit·io.github.PSPDFKit/nutrient-document-engine-mcp-server·v0.0.3

MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
Growing

62 stars30 downloads/wk

Reviews

Write one

Nobody has reviewed Nutrient Document Engine MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Nutrient Document Engine MCP Server tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan43 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 25 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Nutrient Document Engine MCP Server repository's README, as published. We do not edit it. Read it on GitHub

Nutrient Document Engine MCP Server

Connect AI agents to document processing.

This MCP server exposes document processing capabilities through natural language, supporting both direct human interaction and AI agent tool calling.

Which MCP Server Should I Use?

You are in the Document Engine MCP Server repo. Choose this when you need self-hosted/on-prem document workflows and deployment control.

  • Ecosystem overview: Nutrient AI Infrastructure
  • Product landing page: Nutrient MCP Server

Example Conversations

Once configured, you (or your agent) can interact with documents through natural language:

You: "What documents do I have available?" AI: "I can see you have 3 documents: annual-report.pdf, contract-draft.pdf, and tax-form-2023.pdf. Would you like me to analyze any of these?"

You: "Extract all the names and phone numbers from these invoices" AI: "I found 12 contacts: John Smith (555-0123), Sarah Johnson (555-0456)..."

You: "Redact all social security numbers from these tax forms" AI: "I've identified and redacted 3 SSNs across 2 documents. The redacted versions are ready."

You: "Split this 50-page contract into separate sections" AI: "I've split the contract into 5 sections: Terms (pages 1-8), Payment (pages 9-15)..."

Setup with Claude Desktop

Prerequisites

  • Claude Desktop - Download from Anthropic.
  • Docker Compose - Download from Docker. For running Nutrient Document Engine locally.
  • Node.js 18+ - This MCP server runs via npx.

Licensing

Nutrient Document Engine runs with an evaluation license by default. Please see Removing Evaluation Limitations section on how to remove the evaluation limitations.

1. Start Nutrient Document Engine

Open a terminal window, then run:

git clone https://github.com/PSPDFKit/nutrient-document-engine-mcp-server.git
cd nutrient-document-engine-mcp-server
docker-compose up -d

2. Connect Claude Desktop

Add this to your Claude Desktop config (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "nutrient-document-engine": {
      "command": "npx",
      "args": ["-y", "@nutrient-sdk/document-engine-mcp-server"],
      "env": {
        "DASHBOARD_USERNAME": "admin",
        "DASHBOARD_PASSWORD": "password",
        "DOCUMENT_ENGINE_BASE_URL": "http://localhost:5000",
        "DOCUMENT_ENGINE_API_AUTH_TOKEN": "secret"
      }
    }
  }
}

3. Restart Claude Desktop

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @nutrient-sdk/document-engine-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add nutrient-document-engine-mcp-server -- npx -y @nutrient-sdk/document-engine-mcp-server
Add to Cursor

Nutrient Document Engine MCP Server: common questions

Is Nutrient Document Engine MCP Server safe?
Yes, by our scan: it is graded A (85/100). Read the Nutrient Document Engine MCP Server safety report
How do I install Nutrient Document Engine MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Nutrient Document Engine MCP Server need an API key?
Yes. The registry entry asks for DOCUMENT_ENGINE_API_AUTH_TOKEN, DASHBOARD_PASSWORD.
Is Nutrient Document Engine MCP Server maintained?
The last commit was 25 days ago (2026-08-27). The latest release is v0.0.3.
What can I use instead of Nutrient Document Engine MCP Server?
Servers from other publishers that do the same job: Stealthy Auto Browse MCP server, Agent Browser MCP server and Gemina MCP server. Compare all Nutrient Document Engine MCP Server alternatives.

Alternatives to Nutrient Document Engine MCP Server

Same job from other publishers: the closest match first, then the best rated.

All Nutrient Document Engine MCP Server alternatives →
  • Stealthy Auto Browse
    Self-hosted MCP server for stealth browser automation with human-like OS-level input.
    A
  • Agent Browser
    Self-hosted Chrome for AI agents, with a live noVNC view a human can take over.
    B
  • Gemina
    Extract, search and tag any document: invoices, receipts, contracts, templates. OAuth or API key.
    A
  • Extend
    Turn documents into structured data: parse, extract, classify, split, and fill PDF forms.
    A
  • Figsnap
    The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.
    B

More from PSPDFKit