MCP Time Server on Cloudflare (Without Auth)
@iamajeesh
关于 MCP Time Server on Cloudflare (Without Auth)
Remote MCP time server on Cloudflare
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Time Server on Cloudflare (Without Auth)?
This server deploys a remote MCP time server on Cloudflare Workers that provides tools for getting the current time in different timezones and converting time between timezones, without any authentication.
How to use MCP Time Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or the CLI command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Once deployed, connect to the SSE endpoint (e.g., mcp-time-server.<your-account>.workers.dev/sse) from an MCP client such as Cloudflare AI Playground or Claude Desktop (using the mcp-remote proxy).
Key features of MCP Time Server on Cloudflare (Without Auth)
- Get current time in any IANA timezone.
- Convert time between two timezones.
- No authentication required for access.
- Deploys on Cloudflare Workers globally.
- Communicates via SSE transport.
Use cases of MCP Time Server on Cloudflare (Without Auth)
- Retrieve the current time for a specific timezone (e.g., "America/New_York").
- Convert a given time from one timezone to another (e.g., 14:30 EST to London time).
- Integrate time tools into local MCP clients like Claude Desktop.
- Use the server remotely from Cloudflare AI Playground.
FAQ from MCP Time Server on Cloudflare (Without Auth)
What tools does the server provide?
It provides get_current_time (current time in a timezone) and convert_time (convert time between timezones).
How do I deploy the server?
You can deploy it by clicking the "Deploy to Workers" button on the README or by running the CLI command: npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless.
Can I connect it to Claude Desktop?
Yes, use the mcp-remote proxy with npx mcp-remote <your-sse-url> in the Claude Desktop configuration.
Does the server require authentication?
No, this deployment does not require authentication.
What transport protocol does it use?
It uses SSE (Server-Sent Events) transport.
生产力 分类下的更多 MCP 服务器
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
🚀 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.
评论