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.
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").
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.