MCP Catalogs
Home

time vs wappmcp

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

time
by modelcontextprotocol
wappmcp
by vaibhavpandeyvpz
Stars★ 85,748★ 3
30d uses
Score7736
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

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

wappmcp · Summary

WhatsApp Web MCP server enabling message management and event notifications through stdio.

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

wappmcp · Use cases

  • Integrate WhatsApp messaging into AI workflows through MCP tools
  • Automate message handling and response generation for WhatsApp
  • Monitor and respond to incoming WhatsApp messages through notification channels

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

wappmcp · Install

Installation:

npm install -g wappmcp

Configuration:

npx wappmcp configure

Start the server:

npx wappmcp mcp

To enable notifications:

npx wappmcp mcp --channels

Claude Desktop configuration (add to claude_desktop_config.json):

{
  "mcpServers": {
    "whatsapp": {
      "command": "npx",
      "args": ["wappmcp", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.