MCP Catalogs
Home

codemesh vs time

Side-by-side comparison to help you pick between these two MCP servers.

codemesh
by kiliman
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4177
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit7 mo agothis month

codemesh · Summary

CodeMesh is a self-improving MCP server that lets AI agents orchestrate multiple MCP servers through TypeScript code.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

codemesh · Use cases

  • Coordinating multiple MCP servers to complete complex tasks with a single prompt
  • Automatically documenting and improving tool outputs through repeated use
  • Creating specialized agents that can efficiently orchestrate different services

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

codemesh · Install

Installation

  1. Add CodeMesh to Claude Desktop
claude mcp add codemesh npx -y codemesh

Or manually add to your Claude Desktop MCP settings:

{
  "mcpServers": {
    "codemesh": {
      "command": "npx",
      "args": ["-y", "codemesh"]
    }
  }
}
  1. Create Configuration

Create a .codemesh/config.json file in your project directory to configure which MCP servers CodeMesh should connect to.

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.