MCP Catalogs
Home

keycloak-model-context-protocol vs time

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

keycloak-model-context-protocol
by ChristophEnglisch
time
by modelcontextprotocol
Stars★ 42★ 85,748
30d uses
Score3977
Official
Categories
SecurityDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit15 mo agothis month

keycloak-model-context-protocol · Summary

MCP server for Keycloak administration that enables AI-powered user and realm management through Claude Desktop.

time · Summary

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

keycloak-model-context-protocol · Use cases

  • Automate Keycloak user provisioning for new employees
  • Enable AI assistants to manage user access across different realms
  • Simplify administrative tasks through natural language commands to an AI

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

keycloak-model-context-protocol · Install

Installing via NPM (Recommended)

The server is available as an NPM package:

# Direct usage with npx
npx -y keycloak-model-context-protocol

# Or global installation
npm install -g keycloak-model-context-protocol

Configuration for Claude Desktop

Configure the server in your Claude Desktop configuration file:

{
  "mcpServers": {
    "keycloak": {
      "command": "npx",
      "args": ["-y", "keycloak-model-context-protocol"],
      "env": {
        "KEYCLOAK_URL": "http://localhost:8080",
        "KEYCLOAK_ADMIN": "admin",
        "KEYCLOAK_ADMIN_PASSWORD": "admin"
      }
    }
  }
}

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.