MCP Catalogs
Home

time vs whatsapp-mcp

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

time
by modelcontextprotocol
whatsapp-mcp
by verygoodplugins
Stars★ 85,748★ 49
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationMediaAI / LLM Tools
LanguageTypeScriptGo
Last committhis monththis month

time · Summary

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

whatsapp-mcp · Summary

WhatsApp MCP server enables Claude to read and send WhatsApp messages with full media 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

whatsapp-mcp · Use cases

  • Automate message responses and management for WhatsApp conversations
  • Search and analyze message history for specific information
  • Send automated messages or media files to contacts or groups

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

whatsapp-mcp · Install

Installation

  1. **Clone the repository**

``bash git clone https://github.com/verygoodplugins/whatsapp-mcp.git cd whatsapp-mcp ``

  1. **Start the WhatsApp bridge**

``bash cd whatsapp-bridge go run . `` Scan the QR code with WhatsApp on your phone to authenticate.

  1. **Configure Claude Desktop**

Add to ~/Library/Application Support/Claude/claude_desktop_config.json: ``json { "mcpServers": { "whatsapp": { "command": "uv", "args": [ "--directory", "/path/to/whatsapp-mcp/whatsapp-mcp-server", "run", "main.py" ] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.