mcp-datetime

mcp-datetime

14

mcp-datetime is a datetime formatting service implemented as an MCP server, designed specifically for the Claude Desktop Application. It offers support for multiple datetime formats, including Japanese and ISO formats, with features like language support and optimized format generation for filenames.

What platforms is mcp-datetime compatible with?

mcp-datetime has been tested only on macOS. Windows compatibility has not been verified.

What Python version is required for mcp-datetime?

Python 3.12 or later is required to run mcp-datetime.

How can I install mcp-datetime from source?

You can clone the repository from GitHub and install it using pip with the '-e' option for editable installations.

What is the purpose of the 'get_datetime' tool?

The 'get_datetime' tool retrieves the current date and time in various formats, based on the specified format argument.

How can I debug mcp-datetime?

Debugging can be done using the MCP Inspector tool, which can be run via npx with the 'uvx' command.