Time
0
Provides current time information for specified timezones via a Model Context Protocol server.
About
The Time MCP Server offers a straightforward way for AI agents and other applications to fetch current time information. Deployed globally on Cloudflare Workers, this serverless tool delivers time in ISO format for any IANA timezone, defaulting to Japan Standard Time. It supports both Streamable HTTP and Server-Sent Events transports, ensuring broad compatibility and stable connections for time queries without requiring any authentication.
Key Features
- Time Tool: Get current time in ISO format for any timezone
- Serverless: Runs on Cloudflare Workers with global edge deployment
- No Authentication: Public access for easy integration
- Dual Transport: Supports Streamable HTTP and Server-Sent Events
- Default Timezone: Japan Standard Time (Asia/Tokyo)
- 0 GitHub stars
Use Cases
- Integrate current time information into AI agent workflows (e.g., Claude Desktop)
- Test MCP client connections and tool execution using MCP Inspector
- Provide accurate, real-time timezone information for various applications