MCP Catalogs
Home

time vs nutrient-document-engine-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
nutrient-document-engine-mcp-server
by PSPDFKit
Stars★ 85,748★ 59
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

nutrient-document-engine-mcp-server · Summary

MCP server for document processing with text extraction, redaction, and editing capabilities through natural language.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

nutrient-document-engine-mcp-server · Use cases

  • Automating document analysis and data extraction from contracts, invoices, and forms
  • Redacting sensitive information like social security numbers and payment details from documents
  • Splitting large documents into smaller sections for easier processing and analysis

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

nutrient-document-engine-mcp-server · Install

Installation

Prerequisites

  • Claude Desktop
  • Docker Compose
  • Node.js 18+

Setup with Claude Desktop

  1. Start Nutrient Document Engine:
git clone https://github.com/PSPDFKit/nutrient-document-engine-mcp.git
cd nutrient-document-engine-mcp
docker-compose up -d
  1. Add to Claude Desktop config:
{
  "mcpServers": {
    "nutrient-document-engine": {
      "command": "npx",
      "args": ["-y", "@nutrient-sdk/document-engine-mcp-server"],
      "env": {
        "DASHBOARD_USERNAME": "admin",
        "DASHBOARD_PASSWORD": "password",
        "DOCUMENT_ENGINE_BASE_URL": "http://localhost:5000",
        "DOCUMENT_ENGINE_API_AUTH_TOKEN": "secret"
      }
    }
  }
}
  1. Restart Claude Desktop and access dashboard at http://localhost:5100/dashboard
Comparison generated from public README + GitHub signals. Last updated automatically.