time vs mcp-walichat
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-walichat by walichat | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 34 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 11 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-walichat · Summary
WhatsApp MCP connector for AI clients to automate messaging, analyze conversations, and manage groups via WaliChat API.
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
mcp-walichat · Use cases
- Automate customer service responses through WhatsApp from AI assistants
- Send bulk messages and campaigns to WhatsApp contacts from AI prompts
- Analyze chat conversations for insights and sentiment analysis
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"]
}
}
}mcp-walichat · Install
Installation
Local Installation
npm install mcp-walichatHTTP Streaming (Recommended)
For clients that support HTTP streaming, add the following configuration:
**Claude Desktop Configuration** Add to your claude_desktop_config.json:
{
"mcpServers": {
"walichat": {
"type": "http",
"url": "https://api.wali.chat/mcp?key=YOUR_WALICHAT_API_KEY"
}
}
}**VS Code Copilot Configuration** In VS Code settings:
{
"mcp.servers": {
"walichat": {
"url": "https://api.wali.chat/mcp?key=YOUR_WALICHAT_API_KEY",
"transport": "http-streaming"
}
}
}