Time MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Time MCP Serverwhat's the current time in New York?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Time MCP Server
A Model Context Protocol (MCP) server that provides current time information for specified timezones, built with Cloudflare Workers.
π Live Demo
The server is deployed and ready to use:
MCP Endpoint:
https://time-mcp.radish2951.workers.dev/mcp
π οΈ Features
Time Tool: Get current time in ISO format with day of week for any timezone
Default Timezone: Japan Standard Time (Asia/Tokyo)
Serverless: Runs on Cloudflare Workers with global edge deployment
No Authentication: Public access for easy integration
π Available Tools
time_now
Returns the current time in ISO format with day of week for a specified timezone.
Parameters:
tz(optional): IANA timezone string (e.g., "Asia/Tokyo", "America/New_York")Default: "Asia/Tokyo"
Example Response:
{
"iso": "2025-09-22T10:46:05.068",
"tz": "Asia/Tokyo",
"dayOfWeek": "Mon"
}π Quick Start
Test with MCP Inspector
Install and run MCP Inspector:
npx @modelcontextprotocol/inspector@latestConnect to the server:
Open the Inspector UI (usually http://localhost:5173)
Enter server URL:
https://time-mcp.radish2951.workers.dev/mcpClick "Connect"
Test the
time_nowtool with different timezones
Connect to Claude Desktop
To use this MCP server with Claude Desktop, add this configuration to your Claude Desktop settings:
Go to Settings > Developer > Edit Config
Add the following configuration:
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"mcp-remote",
"https://time-mcp.radish2951.workers.dev/mcp"
]
}
}
}Restart Claude Desktop
π§ Local Development
Prerequisites
Node.js 18+
Cloudflare account (for deployment)
Setup
Clone the repository:
git clone https://github.com/radish2951/time-mcp.git cd time-mcpInstall dependencies:
npm installStart local development server:
npm startThe server will be available at http://localhost:8787/mcp
Deployment
Login to Cloudflare:
npx wrangler loginDeploy to Cloudflare Workers:
npx wrangler deploy
ποΈ Project Structure
src/
βββ index.ts # Main MCP server implementation
βββ TimeMCP class # MCP agent with time.now tool
βββ Worker handler # Cloudflare Workers request handlerπ Supported Timezones
Any valid IANA timezone identifier is supported, including:
Asia/Tokyo(JST - Default)America/New_York(EST/EDT)Europe/London(GMT/BST)UTC(Coordinated Universal Time)Asia/Shanghai(CST)And many more...
π License
This project is open source and available under the MIT License.
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
π Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/radish2951/time-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server