MCP Time Server on Cloudflare (Without Auth)
@SzeMeng76
MCP Time Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「生産性」の他のコンテンツ
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
🚀 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.
MCPControl
CheffromspaceMCP server for Windows OS automation
コメント