MCP Catalogs
Home

julia-mcp vs time

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

julia-mcp
by aplavin
time
by modelcontextprotocol
Stars★ 63★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

julia-mcp · Summary

MCP server for persistent Julia sessions, avoiding startup costs and preserving state between calls.

time · Summary

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

julia-mcp · Use cases

  • AI-assisted Julia development with fast code iteration
  • Scientific computing workflows requiring persistent state
  • Educational environments for teaching Julia programming

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

julia-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/aplavin/julia-mcp.git
cd julia-mcp
  1. Register with Claude Desktop (add to claude_desktop_config.json):
{
  "mcpServers": {
    "julia": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/julia-mcp", "python", "server.py"]
    }
  }
}
  1. Prerequisites: Install uv and Julia (julia binary must be in PATH). Recommended packages: Revise.jl and TestEnv.jl.

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.