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
🚀 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.
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Comments