MCP Catalogs
Home

time vs perplexity-mcp-zerver

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

time
by modelcontextprotocol
perplexity-mcp-zerver
by wysh3
Stars★ 85,748★ 93
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Browser AutomationSearchDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month4 mo ago

time · Summary

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

perplexity-mcp-zerver · Summary

Minimalist MCP server for AI-powered web research using Perplexity without API keys through browser automation.

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

perplexity-mcp-zerver · Use cases

  • Conduct research on technical topics without API limits
  • Extract and analyze documentation from websites and GitHub repositories
  • Maintain persistent research conversations with context history

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

perplexity-mcp-zerver · Install

# Installation
git clone https://github.com/wysh3/perplexity-mcp-zerver.git
cd perplexity-mcp-zerver
bun install
bun run build

Add to your MCP configuration:

{
  "mcpServers": {
    "perplexity-server": {
      "command": "bun",
      "args": ["/absolute/path/to/build/main.js"],
      "timeout": 300
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.