time vs mcp-claude-code
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-claude-code by SDGLBL | |
|---|---|---|
| Stars | ★ 85,748 | ★ 301 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsFile SystemAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 9 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-claude-code · Summary
MCP server implementing Claude Code capabilities with file operations, code analysis, and command execution 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
mcp-claude-code · Use cases
- Direct code refactoring and improvement within Claude Desktop
- Automated file management and code pattern searching across projects
- Concurrent task delegation using sub-agents for complex operations
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"]
}
}
}mcp-claude-code · Install
Installation
- Install the package:
pip install mcp-claude-code- Configure Claude Desktop:
Add to Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"claude-code": {
"command": "python",
"args": ["-m", "mcp_claude_code.server"],
"env": {
"MCP_CLAUDE_CODE_PATH": "/path/to/your/project"
}
}
}
}