MCP Catalogs
Home

mcpc vs time

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

mcpc
by micl2e2
time
by modelcontextprotocol
Stars★ 27★ 85,748
30d uses
Score3877
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageCTypeScript
Last commit11 mo agothis month

mcpc · Summary

A cross-platform C SDK for MCP implementing tools, resources, prompts and completion with modern C23.

time · Summary

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

mcpc · Use cases

  • Building high-performance MCP servers with minimal dependencies
  • Creating resource-constrained environment MCP implementations
  • Developing cross-platform MCP tools with native performance

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

mcpc · Install

Installation

Linux, Cygwin, MSYS2, macOS, etc.

Prerequisites:

  • GNU Make
cd mcpc
make && make tst && make install

Windows CMD/PS/VS

Prerequisites:

  • Visual Studio
  • GNU Make (winget install ezwinports.make)

Option 1 (CMD/PS): Open "x64 Native Tools Command Prompt", then:

cd mcpc
make && make tst

Option 2 (Visual Studio): "File" - "Open" - "CMake", "Build" - "Build All"

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.