mcp-simple-timeserver

Simple solution to give Claude ability to check current time via MCP

GitHub Stars

23

User Rating

Not Rated

Favorites

0

Views

42

Forks

15

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

To install Simple Timeserver for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-simple-timeserver):
bash
npx -y @smithery/cli install mcp-simple-timeserver --client claude
First install the module using:
bash
pip install mcp-simple-timeserver
Then configure in MCP client - the [Claude desktop app](https://claude.ai/download). Under Mac OS this will look like this:
json
"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: