MCP Catalogs
Home

time vs paperless-mcp

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

time
by modelcontextprotocol
paperless-mcp
by nloui
Stars★ 85,748★ 173
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityKnowledge GraphFile System
LanguageTypeScriptTypeScript
Last committhis month6 mo ago

time · Summary

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

paperless-mcp · Summary

An MCP server that provides comprehensive document management capabilities for Paperless-NGX document management system.

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

paperless-mcp · Use cases

  • Automate document organization and tagging through AI-powered commands
  • Search and retrieve specific documents using natural language queries
  • Batch process documents for tagging, categorizing, or reorganizing

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"]
    }
  }
}

paperless-mcp · Install

Installation

  1. Install the MCP server globally:
npm install -g paperless-mcp
  1. Add to Claude's MCP configuration:

For Claude Desktop:

{
  "mcpServers": {
    "paperless": {
      "command": "npx",
      "args": ["paperless-mcp", "http://your-paperless-instance:8000", "your-api-token"]
    }
  }
}

For VSCode Claude extension:

{
  "mcpServers": {
    "paperless": {
      "command": "npx",
      "args": ["paperless-mcp", "http://your-paperless-instance:8000", "your-api-token"]
    }
  }
}
  1. Get your API token from your Paperless-NGX profile page and replace the placeholders in the configuration.
Comparison generated from public README + GitHub signals. Last updated automatically.