MCP.so
ログイン

MCP Time Server on Cloudflare (Without Auth)

@SzeMeng76

MCP Time Server on Cloudflare (Without Auth) について

概要はまだありません

基本情報

カテゴリ

生産性

ランタイム

node

トランスポート

stdio

公開者

SzeMeng76

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは 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_time and convert_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.

コメント

「生産性」の他のコンテンツ