time vs keeper.sh
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | keeper.sh by ridafkih | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1,067 |
| 30d uses | — | — |
| Score | 77 | 53 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
keeper.sh · Summary
Keeper.sh is a calendar sync tool with an MCP server for AI agents to access and control multiple calendars.
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
keeper.sh · Use cases
- AI assistants accessing and managing multiple calendar sources through a single interface
- Automating calendar synchronization across personal and work calendars
- Building AI-powered scheduling agents that can check availability across all calendars
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"]
}
}
}keeper.sh · Install
Keeper.sh can be installed in multiple ways:
**Self-hosted installation:**
- Clone the repository:
git clone https://github.com/ridafkih/keeper.sh - Install dependencies:
bun install - Set up environment variables as documented in the README
- Run with Docker Compose:
bun dev
**Cloud hosted:** Visit [keeper.sh](https://keeper.sh) to sign up for the cloud-hosted version.
**MCP server configuration for Claude Desktop:** Add to your claude_desktop_config.json:
{
"mcpServers": {
"keeper": {
"command": "npx",
"args": ["@keeper/mcp-server"]
}
}
}