MCP Catalogs
Home

time vs MCPApp

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

time
by modelcontextprotocol
MCPApp
by tanaikech
Stars★ 85,748★ 47
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis monththis month

time · Summary

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

MCPApp · Summary

Google Apps Script-based MCP server implementation for AI clients with tools and prompts support.

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

MCPApp · Use cases

  • Building AI assistants that interact with Google services via GAS
  • Creating MCP clients that leverage Google Apps Script functionality
  • Developing standardized interfaces between AI systems and Google Workspace

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

MCPApp · Install

Installation

  1. Clone or download the repository
  2. Deploy as a Google Apps Script web app
  3. Set up appropriate permissions for Google services
  4. Configure the access key in the initialization

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpapp": {
      "command": "curl",
      "args": ["-L", "YOUR_MCP_SERVER_URL"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.