Skip to main content
Other Tools and IntegrationsPython

andybrandt/mcp-simple-timeserver

An MCP server that allows checking local time on the client machine or current UTC time from an NTP server

other-tools-and-integrationscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/andybrandt/mcp-simple-timeserver

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-simple-timeserver": {
      "command": "npx",
      "args": [
        "-y",
        "andybrandt/mcp-simple-timeserver"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
andybrandt