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 | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraWeb Scraping | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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
- Add to Claude Desktop:
{
"mcpServers": {
"cloudflare-api": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}- For API Token authentication:
{
"mcpServers": {
"cloudflare-api": {
"url": "https://mcp.cloudflare.com/mcp",
"bearerToken": "YOUR_CLOUDFLARE_API_TOKEN"
}
}
}- 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"]
}
}
}