MCP Catalogs
Home

time vs DrissionPageMCP

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

time
by modelcontextprotocol
DrissionPageMCP
by wxhzhwxhzh
Stars★ 85,748★ 214
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Browser AutomationWeb ScrapingDeveloper Tools
LanguageTypeScriptPython
Last committhis month3 mo ago

time · Summary

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

DrissionPageMCP · Summary

A browser automation MCP server using DrissionPage and FastMCP for AI-controlled web operations.

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

DrissionPageMCP · Use cases

  • Automated web testing with AI-based element detection
  • Web scraping with intelligent data extraction
  • AI-controlled website interaction for automation workflows

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

DrissionPageMCP · Install

Installation

  1. Clone the repository locally
  2. Install dependencies with uv: uv install
  3. Configure your editor's MCP settings:
{
  "mcpServers": {
    "DrissionPageMCP": {
      "type": "stdio",
      "command": "uv",
      "args": ["--directory", "<path_to_repo>", "run", "main.py"]
    }
  }
}
  1. Optional: Use the MCP inspector for debugging: mcp dev <path_to_repo>/main.py
Comparison generated from public README + GitHub signals. Last updated automatically.