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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Julia | TypeScript |
| Last commit | 1 mo ago | this 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
- Install Kaimon.jl in Julia:
]app add Kaimon- Run the kaimon command:
kaimonThe 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"]
}
}
}