claude-code-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-code-mcp by KunihiroS | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 34 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
claude-code-mcp · Summary
An MCP server that bridges less capable LLMs with Claude Code by exposing code analysis tools via stdio.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-code-mcp · Use cases
- Integrate Claude Code's analysis capabilities into Claude Desktop
- Enable code review and fixing workflows with less capable LLMs
- Create custom code analysis tools by combining multiple Claude Code features
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
claude-code-mcp · Install
Installation
**Using npx (Recommended)**
npx @kunihiros/claude-code-mcp**Global Installation**
npm install -g claude-code-mcpConfiguration
Add to your MCP Host settings (e.g., Claude Desktop):
"claude-code-server": {
"command": "npx",
"args": [
"-y",
"@kunihiros/claude-code-mcp"
],
"env": {
"CLAUDE_BIN": "/path/to/your/claude/executable",
"LOG_LEVEL": "info"
},
"disabled": false
}Set the CLAUDE_BIN environment variable to the full path of your Claude CLI executable.
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"]
}
}
}