MCP Catalogs
Home

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
Score7753
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 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:**

  1. Clone the repository: git clone https://github.com/ridafkih/keeper.sh
  2. Install dependencies: bun install
  3. Set up environment variables as documented in the README
  4. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.