MCP Catalogs
Home

mcp vs time

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

mcp
by cloudflare
time
by modelcontextprotocol
Stars★ 459★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsOps & InfraWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp · Summary

Token-efficient MCP server for Cloudflare API with 2500 endpoints accessible via Code Mode.

time · Summary

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

mcp · Use cases

  • Automating Cloudflare resource management through AI agents
  • CI/CD workflows for Cloudflare deployment and configuration
  • Interactive queries and analysis of Cloudflare analytics data

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 · Install

Installation

  1. Add to Claude Desktop:
{
  "mcpServers": {
    "cloudflare-api": {
      "url": "https://mcp.cloudflare.com/mcp"
    }
  }
}
  1. For API Token authentication:
{
  "mcpServers": {
    "cloudflare-api": {
      "url": "https://mcp.cloudflare.com/mcp",
      "bearerToken": "YOUR_CLOUDFLARE_API_TOKEN"
    }
  }
}
  1. Disable Code Mode (if needed):
{
  "mcpServers": {
    "cloudflare-api": {
      "url": "https://mcp.cloudflare.com/mcp?codemode=false"
    }
  }
}

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.