MCP Catalogs
Home

mcpc vs time

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

mcpc
by mcpc-tech
time
by modelcontextprotocol
Stars★ 93★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcpc · Summary

MCPC is an SDK for building agentic MCP servers by composing existing MCP tools.

time · Summary

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

mcpc · Use cases

  • Building multi-agent systems that collaborate on complex tasks
  • Creating customized coding assistants with access to file systems and GitHub
  • Developing domain-specific agents with specialized knowledge

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

# npm (from npm registry)
npm install @mcpc-tech/core
# npm (from jsr)
npx jsr add @mcpc/core

# deno
deno add jsr:@mcpc/core

# pnpm (from npm registry)
pnpm add @mcpc-tech/core
# pnpm (from jsr)
pnpm add jsr:@mcpc/core

Or add to your MCP client:

{
  "mcpServers": {
    "mcpc-builder-agent": {
      "command": "npx",
      "args": ["-y", "@mcpc-tech/builder", "mcpc-builder-agent"]
    }
  }
}

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.