MCP Time Server on Cloudflare (Without Auth)
@SzeMeng76
About MCP Time Server on Cloudflare (Without Auth)
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Time Server on Cloudflare (Without Auth)?
MCP Time Server on Cloudflare (Without Auth) is a remote Model Context Protocol server deployed on Cloudflare Workers that provides time-related tools. It offers functions to get the current time in any timezone and convert time between timezones, without requiring authentication.
How to use MCP Time Server on Cloudflare (Without Auth)?
You can deploy your own instance via the "Deploy to Workers" button or the CLI command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. The server is accessible at an SSE endpoint like https://mcp-time-server.<your-account>.workers.dev/sse. To connect from local MCP clients like Claude Desktop, use the mcp-remote proxy with the server URL in the MCP configuration.
Key features of MCP Time Server on Cloudflare (Without Auth)
- Provides two time tools:
get_current_timeandconvert_time. - Deployed on Cloudflare Workers as a remote MCP server.
- No authentication required for access.
- Supports IANA timezone names for flexibility.
- Includes a live demo endpoint for testing.
- Easy deployment via button or CLI template.
Use cases of MCP Time Server on Cloudflare (Without Auth)
- Obtain the current time in any specified timezone programmatically.
- Convert a given time from one timezone to another for scheduling.
- Integrate time functionality into MCP-enabled applications or AI assistants.
- Test a remote MCP server setup without authentication overhead.
FAQ from MCP Time Server on Cloudflare (Without Auth)
What tools does MCP Time Server on Cloudflare (Without Auth) provide?
It provides get_current_time to retrieve the current time in a specified timezone, and convert_time to convert a given time between two timezones.
Does this server require authentication?
No, this deployment does not require authentication.
How can I deploy my own instance?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless.
How do I connect Claude Desktop to this server?
Use the mcp-remote proxy and add the server URL to Claude Desktop's MCP configuration file under mcpServers.
Is there a live demo to test the server?
Yes, a live demo is available at https://mcp-time-server.ajz.workers.dev/sse.
More Productivity MCP servers
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Comments