llm-context.py vs time
Side-by-side comparison to help you pick between these two MCP servers.
llm-context.py by cyberchitta | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 300 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
llm-context.py · Summary
Smart context management tool that allows sharing relevant project files with LLMs via MCP or clipboard with rule-based customization.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
llm-context.py · Use cases
- Daily development workflow for humans to quickly share relevant project files with LLMs
- AI agents to create focused contexts for specific sub-tasks
- Code review and documentation generation with task-specific rules
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
llm-context.py · Install
# Install as a tool
uv tool install "llm-context>=0.6.0"
# MCP Integration for Claude Desktop
Add to Claude Desktop config (~//Library/Application Support/Claude/claude_desktop_config.json):
```jsonc
{
"mcpServers": {
"llm-context": {
"command": "uvx",
"args": ["--from", "llm-context", "lc-mcp"]
}
}
}Initialize project:
cd your-project
lc-inittime · 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"]
}
}
}