ntfy-me-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ntfy-me-mcp by gitmotion | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 59 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
ntfy-me-mcp · Summary
A MCP server for AI agents to send and fetch notifications via ntfy service with token authentication.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ntfy-me-mcp · Use cases
- AI task completion notifications
- Error alerting from automated processes
- Real-time milestone updates from AI workflows
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
ntfy-me-mcp · Install
Installation
Using NPM/NPX (Recommended)
Add to your MCP configuration:
{
"ntfy-me-mcp": {
"command": "npx",
"args": ["-y", "ntfy-me-mcp"],
"env": {
"NTFY_TOPIC": "your-ntfy-topic",
"NTFY_URL": "https://ntfy.sh",
// "NTFY_TOKEN": "add-your-ntfy-token"
}
}
}Using Docker
{
"ntfy-me-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "NTFY_TOPIC",
"-e", "NTFY_URL",
"-e", "NTFY_TOKEN",
"gitmotion/ntfy-me-mcp:latest"
],
"env": {
"NTFY_TOPIC": "your-ntfy-topic",
"NTFY_URL": "https://ntfy.sh",
// "NTFY_TOKEN": "add-your-ntfy-token"
}
}
}Global Installation
npm install -g ntfy-me-mcptime · 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"]
}
}
}