MCP Catalogs
Home

time vs mcp-notifications

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

time
by modelcontextprotocol
mcp-notifications
by zudsniper
Stars★ 85,748★ 6
30d uses
Score7737
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month9 mo ago

time · Summary

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

mcp-notifications · Summary

MCP server for real-time notifications and webhooks when AI agents complete tasks.

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-notifications · Use cases

  • Receiving notifications when AI assistants finish tasks in Cursor or other AI tools
  • Setting up cross-platform alerts to Slack, Discord, or Teams for AI agent activities
  • Creating a notification system for AI workflows across multiple development projects

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-notifications · Install

# Clone the repository
git clone https://github.com/zudsniper/mcp-notifications.git
cd mcp-notifications

# Install dependencies
npm install

# Build the package
npm run build

Legacy MCP Server Integration

For Claude Desktop, add to your claude_desktop_config.json:

{
   "mcpServers": {
      "notifier": {
         "command": "node",
         "args": [
            "/path/to/legacy/build/index.js"
         ],
         "env": {
            "WEBHOOK_URL": "https://ntfy.sh/webhook-url-example",
            "WEBHOOK_TYPE": "ntfy"
         }
      }
   }
}

For the new SSE-based system, deploy to Cloudflare Workers and configure your AI tools to connect to the SSE endpoint.

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