MCP Catalogs
Home

time vs MCP-PDF-Extractor-server

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

time
by modelcontextprotocol
MCP-PDF-Extractor-server
by RayenMalouche
Stars★ 85,748★ 0
30d uses
Score7733
Official
Categories
ProductivityDeveloper ToolsCommunication
File SystemDeveloper ToolsAI / LLM Tools
LanguageTypeScriptJava
Last committhis month9 mo ago

time · Summary

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

MCP-PDF-Extractor-server · Summary

Java-based MCP server using Apache Tika to extract content and metadata from PDFs, DOCX and other documents.

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

MCP-PDF-Extractor-server · Use cases

  • Processing and extracting content from local documents in secure environments without internet access
  • Integrating document extraction capabilities into MCP-enabled AI assistants like Claude Desktop
  • Providing a REST API for web applications to serve styled HTML content from document files

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

MCP-PDF-Extractor-server · Install

Installation

  1. **Prerequisites**:

- Java 23+ - Maven 3.6+

  1. **Clone and Setup**:

``bash git clone https://github.com/RayenMalouche/MCP-PDF-Extractor-server.git cd MCP-PDF-Extractor-server mkdir files-to-extract mvn clean install ``

  1. **Configure**:

Edit src/main/resources/application.properties if needed

  1. **Run**:

```bash # HTTP/SSE mode mvn spring-boot:run

# STDIO mode mvn spring-boot:run -- --stdio ```

  1. **Configure Claude Desktop** (for MCP usage):

Add to your claude_desktop_config.json: ``json { "mcpServers": { "tika-extractor": { "command": "java", "args": ["-jar", "path/to/your/target/TikaExtractorMCPServer-1.0.0.jar", "--stdio"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.