MCP-timeserver
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
Components
Resources
The server implements a simple datetime:// URI scheme for accessing the current date/time in a given timezone, for example:
datetime://Africa/Freetown/now
datetime://Europe/London/now
datetime://America/New_York/now
Tools
The server exposes a tool to get the current local time in the system timezone:
>>> get_current_time()
"The current time is 2024-12-18 19:59:36"
Quickstart
Install
use the following json
{
"mcpServers": {
"MCP-timeserver": {
"command": "uvx",
"args": ["MCP-timeserver"]
}
}
}
Recommend MCP Servers 💡
rijksmuseum
Rijksmuseum MCP integration for artwork exploration and analysis
ifly-spark-agent-mcp
A simple example of using MCP Server to invoke the task chain of the iFlytek SparkAgent Platform
openweather-mcp
MCP server for accessing OpenWeather.org API weather data
simple-mcp-fileserver
A lightweight MCP server enabling AI agents to interact with local file systems through JSON-RPC interface
cfbd-mcp-server
An MCP server that provides access to comprehensive college football statistics and data from the College Football Data API V2, enabling AI assistants like Claude Desktop to query game results, team records, player statistics, and more using natural language.
ghost-mcp
An MCP server that integrates Ghost CMS with Claude AI to create blog posts.