mcp-simple-timeserver

mcp-simple-timeserver

15

MCP Simple Timeserver is designed to provide timestamp services for Claude, which lacks built-in time recognition capabilities. It offers local and UTC time retrieval functionalities, ensuring Claude can process time-based information effectively.

What is the purpose of the MCP Simple Timeserver?

The MCP Simple Timeserver provides time-related functionalities to models like Claude, which do not have built-in time awareness.

How can I install the MCP Simple Timeserver?

You can install it via Smithery using the command npx -y @smithery/cli install mcp-simple-timeserver --client claude or manually using pip install mcp-simple-timeserver.

Is the MCP Simple Timeserver compatible with Windows?

Yes, it is compatible with Windows. You need to configure the path to your Python executable in the MCP client settings.

What tools does the MCP Simple Timeserver provide?

It provides two tools: get_time for local time and timezone information, and get_utc for current UTC time.

Can the MCP Simple Timeserver be used on Mac OS?

Yes, it can be used on Mac OS, and the configuration involves setting the command to python and the module to mcp_simple_timeserver in the MCP client.