MCP Catalogs
Home

klavis vs time

Side-by-side comparison to help you pick between these two MCP servers.

klavis
by Klavis-AI
time
by modelcontextprotocol
Stars★ 5,735★ 85,748
30d uses
Score5877
Official
Categories
Developer ToolsCommunicationProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

klavis · Summary

Klavis is an MCP integration platform offering over 100 prebuilt connectors with OAuth support for AI agents.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

klavis · Use cases

  • Building AI agents that need to access multiple services with proper authentication
  • Scaling MCP integrations for enterprise-level AI applications
  • Creating custom tool integrations for specialized 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

klavis · Install

Installation Options

Cloud-hosted

Visit [klavis.ai](https://www.klavis.ai) and follow the quickstart guide.

Self-hosted

# Run any MCP Integration
docker pull ghcr.io/klavis-ai/github-mcp-server:latest
docker run -p 5000:5000 ghcr.io/klavis-ai/github-mcp-server:latest

# Install Open Source Strata locally
pipx install strata-mcp
strata add --type stdio playwright npx @playwright/mcp@latest

SDK (Python)

from klavis import Klavis
from klavis.types import McpServerName

klavis = Klavis(api_key="your-key")

# Create Strata instance
strata = klavis.mcp_server.create_strata_server(
    user_id="user123",
    servers=[McpServerName.GMAIL, McpServerName.SLACK],
)

Claude Desktop Integration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "klavis": {
      "command": "docker",
      "args": ["run", "--rm", "-p", "5000:5000", "ghcr.io/klavis-ai/github-mcp-server:latest"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.