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 | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 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 wappmcpConfiguration:
npx wappmcp configureStart the server:
npx wappmcp mcpTo enable notifications:
npx wappmcp mcp --channelsClaude Desktop configuration (add to claude_desktop_config.json):
{
"mcpServers": {
"whatsapp": {
"command": "npx",
"args": ["wappmcp", "mcp"]
}
}
}