MCP Simple Timeserver
One of the strange design decisions Anthropic made was depriving Claude of timestamps for messages sent by the user or current time in general. Poor Claude can’t tell what time it is! mcp-simple-timeserver
is a simple MCP server that fixes that.
This server provides two tools:
get_time
provides the current local time and timezone information from the user’s machine. This way Claude can know what time it is at the user’s location. He can also calculate how much time passed since his last interaction with the user should he want to do so.get_utc
provides current UTC time obtained from an NTP time server.
Installation
Installing via Smithery
To install Simple Timeserver for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-simple-timeserver --client claude
Manual Installation
First install the module using:
pip install mcp-simple-timeserver
Then configure in MCP client - the Claude desktop app.
Under Mac OS this will look like this:
"mcpServers": {
"simple-timeserver": {
"command": "python",
"args": ["-m", "mcp_simple_timeserver"]
}
}
Under Windows you have to check the path to your Python executable using where python
in the cmd
(Windows command line).
Typical configuration would look like this:
"mcpServers": {
"simple-timeserver": {
"command": "C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python311\python.exe",
"args": ["-m", "mcp_simple_timeserver"]
}
}
Simple Timeserver
Project Details
- andybrandt/mcp-simple-timeserver
- MIT License
- Last Updated: 4/20/2025
Categories
Recomended MCP Servers
A Model Context Protocol (MCP) server for reading Excel files with automatic chunking and pagination support. Built with...
Collection of Canvas LMS and Gradescope tools for the ultimate EdTech model context protocol. Allows you to query...
Algorand Model Context Protocol (Server & Client)
An MCP server for octomind tools, resources and prompts
MCP Server for GitHub Advanced Security
A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
MCP server for Cursor that leverages Gemini's much larger context window to enhance the capabilities of the AI...
Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit that enables Claude AI to audit smart contracts,...
Static Code Analysis and Visualization. Convert Code to UML and Flow Diagram and explain by AI.
A Model Context Protocol server for document Q&A powered by Langflow . It demonstrates core MCP concepts by...
The Cursor10x MCP is a persistent multi-dimensional memory system for Cursor that enhances AI assistants with conversation context,...