MCP Time Server on Cloudflare (Without Auth)
@SzeMeng76
关于 MCP Time Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-time-server.ajz.workers.dev/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Time Server on Cloudflare (Without Auth)?
MCP Time Server on Cloudflare (Without Auth) is a remote Model Context Protocol (MCP) server deployed on Cloudflare Workers that provides tools for getting the current time in different timezones and converting time between timezones. It does not require any authentication, making it easy to integrate into MCP clients.
How to use MCP Time Server on Cloudflare (Without Auth)?
Deploy by clicking the "Deploy to Workers" button or using npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, you can connect from the Cloudflare AI Playground by entering your server URL, or from Claude Desktop using the mcp-remote proxy with the configuration shown in the README.
Key features of MCP Time Server on Cloudflare (Without Auth)
- Provides
get_current_timeandconvert_timeMCP tools. get_current_timeaccepts an optional IANA timezone (defaults to UTC).convert_timeconverts a time in HH:MM format between two timezones.- Returns times in 24-hour format with timezone information.
- Deployed as a remote MCP server without authentication.
- Accessible via SSE endpoint on Cloudflare Workers.
Use cases of MCP Time Server on Cloudflare (Without Auth)
- Getting the current time in any IANA timezone from an MCP client.
- Converting a specific time between two timezones for scheduling.
- Embedding timezone-aware time retrieval into AI assistant workflows.
- Providing a lightweight, zero‑auth time service for MCP‑enabled applications.
FAQ from MCP Time Server on Cloudflare (Without Auth)
What is the difference between this server and local time–zone tools?
This server runs remotely on Cloudflare Workers, so no local installation or timezone database is required. It exposes time operations as MCP tools that any MCP client can call.
What are the runtime requirements?
A Cloudflare Workers account to deploy the server. No other dependencies. The server is built with Node.js and uses the cloudflare template.
Where does time data come from?
The server uses the JavaScript Intl.DateTimeFormat and related APIs available in the Workers runtime to compute timezone conversions. No external API is called.
Is authentication required?
No. This MCP server explicitly has no authentication, as indicated by its name.
What transport does the server use?
The server communicates via Server‑Sent Events (SSE) at an endpoint like https://mcp-time-server.<your-account>.workers.dev/sse.
生产力 分类下的更多 MCP 服务器
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
评论