Nutrient Document Engine MCP Server for Grok
io.github.pspdfkit/nutrient-document-engine-mcp-server
MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.
client:Grok
transport:stdio
runtime:npm
Install Nutrient Document Engine MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nutrient-document-engine-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs