MCP Catalogs
Home

desktop vs time

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

desktop
by agentify-sh
time
by modelcontextprotocol
Stars★ 391★ 85,748
30d uses
Score5077
Official
Categories
Browser AutomationAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

desktop · Summary

MCP server for controlling web AI sessions (ChatGPT, Claude, etc.) via parallel tabs and automation.

time · Summary

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

desktop · Use cases

  • Automate interactions with ChatGPT, Claude, or other AI services using MCP-compatible tools
  • Maintain stable AI sessions across multiple queries while keeping browser state intact
  • Generate and save artifacts/images from AI services for reuse in subsequent prompts

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

desktop · Install

Installation

Start with npx (recommended):

npx @agentify/desktop

Global install:

npm install -g @agentify/desktop
agentify-desktop

Run as MCP server:

npx @agentify/desktop mcp

For Claude Desktop, add to config:

{
  "mcpServers": {
    "agentify-desktop": {
      "command": "npx",
      "args": ["-y", "@agentify/desktop", "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.