MCP Catalogs
Home

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
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsFile SystemAI / LLM Tools
LanguageTypeScriptPython
Last committhis month9 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

  1. Install the package:
pip install mcp-claude-code
  1. 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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.