MCP Catalogs
Home

mcpm vs time

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

mcpm
by MCP-Club
time
by modelcontextprotocol
Stars★ 108★ 85,748
30d uses
Score4177
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit17 mo agothis month

mcpm · Summary

A command-line tool for managing MCP servers in Claude App with package discovery and server control capabilities.

time · Summary

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

mcpm · Use cases

  • Managing multiple MCP servers in Claude App without manual configuration
  • Discovering and installing new MCP packages from the community registry
  • Controlling server status without having to manually edit configuration files
  • Using MCPM as a meta-server to manage other MCP servers

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

mcpm · Install

Installation

npm install -g @mcpm/cli

Usage as MCP Server

To add MCPM as an MCP server to Claude App:

mcpm add --self

Alternatively, you can manually add it by editing Claude's configuration file:

{
  "mcpServers": {
    "mcpm": {
      "command": "mcpm",
      "args": ["mcp"]
    }
  }
}

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.