Skip to main content

Add your description here

Project description

MCP Simple Timeserver

smithery badge

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"]
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_time_mcp_server-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_time_mcp_server-0.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file simple_time_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for simple_time_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f8dc5f38fcc851662c7272944b998ffecc6e69190457b8d6aec6d2dfa1f0a5ae
MD5 7edd614d1b2c1fe440b69671409e5240
BLAKE2b-256 13e12927821f6278c90b904333440102b1f79890c779e83e9fcdbc46473e9543

See more details on using hashes here.

File details

Details for the file simple_time_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_time_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bcb4f35cb5cdbee946e105385b3b6ff1feeee577c6e082522e390d498beb301f
MD5 99ee4162bf2dab50697ba79e391110c7
BLAKE2b-256 2002c58d0f7b333f5805c46770ba1d77e70351a799e159db83d203c177b8101b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page