MCP Catalogs
Home

pdf-mcp vs time

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

pdf-mcp
by jztan
time
by modelcontextprotocol
Stars★ 35★ 85,748
30d uses
Score4777
Official
Categories
AI / LLM ToolsFile SystemDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

pdf-mcp · Summary

MCP server enabling AI agents to read, search, and extract content from large PDFs with chunked reading, hybrid search, OCR, and SQLite caching.

time · Summary

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

pdf-mcp · Use cases

  • Summarizing large PDF documents like annual reports or research papers without context overflow
  • Searching and extracting specific information from technical documentation or legal contracts
  • Processing scanned documents with OCR capabilities for full-text search and content extraction

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

pdf-mcp · Install

pip install pdf-mcp

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf-mcp": {
      "command": "pdf-mcp"
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.