Home › Other › Nutrient Document Engine MCP Server
Nutrient Document Engine MCP Server
MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.
Topics: Other Tools and Integrations
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.0.3)
npx -y @nutrient-sdk/document-engine-mcp-server@0.0.3
Or add to your MCP client config:
{
"mcpServers": {
"nutrient-document-engine-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nutrient-sdk/document-engine-mcp-server@0.0.3"
],
"env": {
"DOCUMENT_ENGINE_BASE_URL": "<YOUR_VALUE>",
"DOCUMENT_ENGINE_API_AUTH_TOKEN": "<YOUR_VALUE>",
"DASHBOARD_USERNAME": "<YOUR_VALUE>",
"DASHBOARD_PASSWORD": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
DOCUMENT_ENGINE_BASE_URLrequired — Base URL of your Nutrient Document Engine instance (e.g. http://localhost:5000).DOCUMENT_ENGINE_API_AUTH_TOKENrequired secret — API auth token for your Document Engine instance.DASHBOARD_USERNAME— Optional: enables the local status dashboard (Basic auth username).DASHBOARD_PASSWORDsecret — Optional: local status dashboard password.LOG_LEVEL— Optional log level (default info).
Related servers
servers
MCP server that exercises all the features of the MCP protocol
screenpipe
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
apify-mcp-server
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
klavis
MCP server for progressive tool usage at any scale (see https://klavis.ai)
mcp-obsidian
Interacting with Obsidian via REST API
metorial
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry