The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Time MCP Pypi listing page.
A minimal Model Context Protocol (MCP) server built with Python.
The server provides one simple tool:
get_current_utc_time - Gets the current UTC date and time in RFC 3339 formatPrerequisites:
Install and run with:
To use this server with Claude Desktop, add the following to your MCP configuration file:
Add to %APPDATA%\Claude\claude_desktop_config.json:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Once configured, you can use the time tool in Claude Desktop:
To publish a new version of the package:
Update the version in pyproject.toml, and commit as Release x.y.z
Tag the release with a version number prefixed with 'v':
Push the tag to trigger the publishing pipeline:
Then the CI/CD pipeline will automatically publish the package.
The project includes GitHub Actions workflows for: