Back to MCP Servers
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-integrations
By andybrandt
Installation
npx -y mcp-simple-timeserverConfiguration
{
"mcpServers": {
"mcp-simple-timeserver": {
"command": "npx",
"args": ["-y", "mcp-simple-timeserver"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes