MCP Time 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., "@MCP Time Serverwhat time is it 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.
MCP Time Server
A simple Model Context Protocol (MCP) server that provides the current time.
Features
Get Current Time: Returns the current time in a specified timezone (default: Asia/Shanghai).
Timezone Support: Supports standard IANA timezone names (e.g., "UTC", "America/New_York").
Transports: Supports both stdio (default) and HTTP Streamable Protocol.
Related MCP server: Beijing Time MCP Server
Installation
pip install .Usage
1. Stdio Transport (Default)
Run the server directly:
mcp-server-timeOr with uv:
uv run mcp-server-time2. HTTP Streamable Transport
This server supports the MCP HTTP Streamable Protocol. You can run it using uvicorn:
uvicorn server:app --port 8000The server will be available at http://localhost:8000.
Tools
get_current_time
Returns the current time in the specified timezone.
Arguments:
timezone(string, optional): The timezone to get the time for (default: "Asia/Shanghai").
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.
Current time by timezone, astronomy events, and moon phases
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides current time and date information with timezone support and multiple formatting options. Enables AI assistants to answer time-related queries in different timezones with detailed temporal information.215MIT
- AlicenseNot gradedqualityDmaintenanceEnables users to query and retrieve the current Beijing time in multiple formats including standard, ISO 8601, and Chinese formats. Provides timezone information and Unix timestamps for time-related operations.MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to get current time information for any timezone worldwide, including available regions, cities, and ISO 8601 formatted timestamps with timezone offsets.8-
- FlicenseBqualityDmaintenanceProvides current time and timezone conversion using IANA timezone names, with automatic system timezone detection.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/WhenjaySun/mcp-server-time'
If you have feedback or need assistance with the MCP directory API, please join our Discord server