MCP Catalogs
Home

time vs mcpX

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

time
by modelcontextprotocol
mcpX
by Rudra78996
Stars★ 85,748★ 1
30d uses
Score7731
Official
Categories
ProductivityDeveloper ToolsCommunication
Browser AutomationWeb ScrapingDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month9 mo ago

time · Summary

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

mcpX · Summary

mcpX bridges AI applications with browser automation through MCP, enabling sophisticated web interaction workflows.

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

mcpX · Use cases

  • Automated web testing and quality assurance workflows
  • Data extraction and monitoring from websites
  • AI-powered browser automation for repetitive tasks

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

mcpX · Install

Installation

  1. Clone the repository: git clone https://github.com/Rudra78996/mcpX.git
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Configure your MCP client to use the server

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpx": {
      "command": "node",
      "args": ["/path/to/mcpX/dist/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.