mcp-status-observer vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-status-observer by imprvhub | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | MonitoringDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-status-observer · Summary
MCP server for monitoring operational status of major digital platforms like AI providers, cloud services, and developer tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-status-observer · Use cases
- DevOps professionals monitoring critical service dependencies before deployment
- Developers checking API availability before executing dependent workflows
- Business continuity teams assessing status of key digital services during incidents
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-status-observer · Install
Installation
- Clone the repository:
git clone https://github.com/imprvhub/mcp-status-observer
cd mcp-status-observer- Install dependencies:
npm install- Build the project:
npm run buildClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"statusObserver": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-status-observer/build/index.js"]
}
}
}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"]
}
}
}