Skip to content

Nutrient Document Engine MCP Server for Cline

io.github.pspdfkit/nutrient-document-engine-mcp-server

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

client:Cline transport:stdio runtime:npm

Install Nutrient Document Engine MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nutrient-document-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@nutrient-sdk/document-engine-mcp-server"
      ],
      "env": {
        "DOCUMENT_ENGINE_BASE_URL": "<DOCUMENT_ENGINE_BASE_URL>",
        "DOCUMENT_ENGINE_API_AUTH_TOKEN": "<DOCUMENT_ENGINE_API_AUTH_TOKEN>",
        "DASHBOARD_USERNAME": "<DASHBOARD_USERNAME>",
        "DASHBOARD_PASSWORD": "<DASHBOARD_PASSWORD>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Nutrient Document Engine MCP Server in other clients