Skip to content

Nutrient Document Engine MCP Server for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install Nutrient Document Engine MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Nutrient Document Engine MCP Server in other clients