time vs observee
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | observee by observee-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 41 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsCommunication |
| Language | TypeScript | Python |
| Last commit | this month | 9 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
observee · Summary
SDK for building AI agents with MCPs, featuring 1000+ integrations, OAuth management and observability tools.
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
observee · Use cases
- Building AI agents that can access Gmail, Slack, and other services with proper authentication
- Implementing tool calling for AI applications with pre-built MCP integrations
- Monitoring and logging AI agent usage and performance in production environments
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"]
}
}
}observee · Install
Installation
**TypeScript/JavaScript:**
# Install everything at once
npm install @observee/sdk
# Or install individual packages
npm install @observee/agents @observee/auth @observee/logger**Python:**
# Install individual packages
pip install mcp-agents agent-oauth mcp-logger
# Or install all at once
pip install observee**Claude Desktop Configuration:** Add to claude_desktop_config.json:
{
"mcpServers": {
"observee": {
"command": "python",
"args": ["-m", "observee_agents"]
}
}
}