MCP Time Server on Cloudflare (Without Auth)
@SzeMeng76
关于 MCP Time Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Time Server on Cloudflare (Without Auth)?
MCP Time Server on Cloudflare (Without Auth) is a remote MCP server deployed on Cloudflare Workers that provides tools for obtaining the current time in any IANA timezone and converting times between timezones. It is designed for use with MCP clients like Cloudflare AI Playground or Claude Desktop, and requires no authentication.
How to use MCP Time Server on Cloudflare (Without Auth)?
Deploy the server by clicking the "Deploy to Workers" button or running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. This will give you a URL like mcp-time-server.<your-account>.workers.dev/sse. Connect to it from Cloudflare AI Playground by entering that URL, or from Claude Desktop by using the mcp-remote proxy with the configuration shown in the README.
Key features of MCP Time Server on Cloudflare (Without Auth)
get_current_timetool with optional IANA timezone parameter (defaults to UTC).convert_timetool to convert a time in HH:MM format between two IANA timezones.- No authentication required for clients.
- Deployed as a remote server on Cloudflare Workers.
- Supports connection via SSE transport.
Use cases of MCP Time Server on Cloudflare (Without Auth)
- Getting the current time in a specific timezone (e.g., "America/New_York").
- Converting a given time from one timezone to another (e.g., 14:30 EST to Europe/London).
- Integrating time-related tools into AI assistants or workflow automation.
FAQ from MCP Time Server on Cloudflare (Without Auth)
What dependencies are required to run the server?
You need Node.js and npm to run the deployment command, but the server itself runs on Cloudflare Workers with no local runtime.
What transport does the server use?
It uses Server-Sent Events (SSE) at the /sse endpoint.
Does the server require authentication?
No, this version is explicitly built without authentication.
How do I connect Claude Desktop to this server?
Use the mcp-remote npm package as a proxy. Configure Claude Desktop's MCP settings with the command npx mcp-remote http://localhost:8787/sse (or your deployed URL).
Are there any known limitations?
The README lists no limitations other than that the tools require valid IANA timezone strings; only standard timezone conversions are supported.
生产力 分类下的更多 MCP 服务器
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
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.

Time
modelcontextprotocolModel Context Protocol Servers
评论