MCP Catalogs
Home

time vs mcp

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

time
by modelcontextprotocol
mcp
by PostHog
Stars★ 85,748★ 142
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsMonitoring
LanguageTypeScriptTypeScript
Last committhis month4 mo ago

time · Summary

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

mcp · Summary

Official PostHog MCP server for integrating analytics data with AI applications.

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

mcp · Use cases

  • AI assistants can access user analytics data to provide personalized responses
  • Developers can integrate PostHog metrics into AI-powered debugging tools
  • Product teams can use AI to analyze user behavior patterns through PostHog data

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

mcp · Install

Quick install

You can install the MCP server automatically into Cursor, Claude, Claude Code, VS Code and Zed by running the following command:

npx @posthog/wizard@latest mcp add

Manual installation

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "posthog": {
      "command": "npx",
      "args": ["@posthog/mcp-server", "start"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.