andybrandt/mcp-simple-timeserver
An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
Quick Start
Clone the repository:
git clone https://github.com/andybrandt/mcp-simple-timeserverClaude 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.