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 💡

Linear
Linear's MCP server provides a standardized interface for AI models and agents to securely access and manage Linear data, including issues, projects, and comments.
writer-tool
An open-source Model Context Protocol (MCP) server that connects Claude to your Substack and Medium writings, enabling semantic search and contextual understanding of your published content.
rodin
A service based on the Model Context Protocol (MCP) that exposes Rodin's API to AI models, simplifying interaction between AI models and the Rodin API.
mcp-simple-pubmed
MCP server for searching and querying PubMed medical papers/research database
hugo-mcp
An MCP server designed to manage Hugo static sites, providing tools for environment setup, site creation, theme management, content creation, preview, build, and deployment.
akhq-mcp-server
An experimental Model Context Protocol (MCP) server for the Kafka monitoring tool AKHQ, enabling AI assistants to connect and interact with AKHQ.