MCP Catalogs
Home

time vs arkon

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

time
by modelcontextprotocol
arkon
by nduckmink
Stars★ 85,748★ 729
30d uses
Score7752
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

arkon · Summary

Enterprise AI knowledge hub serving as MCP server for secure organizational RAG contexts and AI skills.

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

arkon · Use cases

  • Enterprise knowledge management with departmental isolation and RBAC
  • AI assistant integration with organizational context via MCP
  • Secure document processing and knowledge compilation with human review workflow

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"]
    }
  }
}

arkon · Install

Docker Installation

  1. Clone the repository:

``shell git clone https://github.com/nduckmink/arkon.git cd arkon ``

  1. Configure environment:

``shell cp .env.docker.example .env.docker # Edit .env.docker - set SECRET_KEY, admin credentials, and Postgres/MinIO secrets ``

  1. Launch:

``shell docker compose --env-file .env.docker up -d --build ``

  1. Access the portal at http://localhost:3119, sign in as admin, then go to **Settings** to pick your embedding/LLM/vision models and paste API keys.

Claude Desktop Integration

After creating an employee account and generating an MCP token:

{
  "mcpServers": {
    "arkon": {
      "url": "https://your-arkon-server/mcp",
      "headers": { "Authorization": "Bearer ark_xxxxxxxxxxxx" }
    }
  }
}

Drop it into claude_desktop_config.json and restart Claude Desktop.

Comparison generated from public README + GitHub signals. Last updated automatically.