MCP Catalogs
Home

Kaimon.jl vs time

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

Kaimon.jl
by kahliburke
time
by modelcontextprotocol
Stars★ 67★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageJuliaTypeScript
Last commit1 mo agothis month

Kaimon.jl · Summary

MCP server providing AI agents full access to Julia's runtime with code execution, debugging, testing, and semantic search.

time · Summary

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

Kaimon.jl · Use cases

  • AI-assisted Julia development with real-time code execution and debugging
  • Semantic code search across Julia projects to find relevant implementations
  • Integrating Julia-based domain tools into AI workflows via custom MCP tools

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

Kaimon.jl · Install

Installation

  1. Install Kaimon.jl in Julia:
]app add Kaimon
  1. Run the kaimon command:
kaimon

The first run will open a setup wizard (security mode, API key, port).

Claude Desktop Configuration

Add to Claude Desktop's config.json:

{
  "mcpServers": {
    "kaimon": {
      "command": "kaimon",
      "args": []
    }
  }
}

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.