MCP Directory
Back

nutrient-document-engine-mcp-server

by PSPDFKit · TypeScript · ★ 59

A Model Context Protocol (MCP) server implementation exposes document processing capabilities through natural language, supporting both direct human interaction and AI agent tool calling.

#agentic-ai#document-processing#document-processor#mcp#mcp-server#model-context-protocol

Install

npx -y github:PSPDFKit/nutrient-document-engine-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](https://www.npmjs.com/package/@nutrient-sdk/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. 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…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers