Device Datetime
FreeNot checkedExposes the host device's current date and time, returning local time with timezone offset or UTC.
About
Exposes the host device's current date and time, returning local time with timezone offset or UTC.
README
A simple MCP server that exposes the host device's current date and time to clients.
This server only depends on the MCP Python SDK and the Python standard library package datetime. The tools returns the device's wall clock datetime, either in its local time zone or in UTC.
Tools
get_device_local_datetime: local time with timezone offset (e.g.2026-02-23T17:30:45-05:00)get_device_utc_datetime: UTC time (e.g.2026-02-23T22:30:45+00:00)
Installation
Install from a local clone of this repository:
git clone https://github.com/vulpicastor/mcp-device-datetime.git
cd mcp-device-datetime
pip install .
Claude Desktop Configuration
Install the package, then add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"device-datetime": {
"command": "mcp-device-datetime"
}
}
}
The mcp-device-datetime command is installed by pip as part of the package. Restart Claude Desktop after editing the config.
If you installed into a conda environment or virtual environment, Claude Desktop may not have that environment active. Use which to find the full path to the command:
which mcp-device-datetime
Then use that path as the command value in the JSON configuration.
Installing Device Datetime
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/vulpicastor/mcp-device-datetimeFAQ
Is Device Datetime MCP free?
Yes, Device Datetime MCP is free — one-click install via Unyly at no cost.
Does Device Datetime need an API key?
No, Device Datetime runs without API keys or environment variables.
Is Device Datetime hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Device Datetime in Claude Desktop, Claude Code or Cursor?
Open Device Datetime on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Device Datetime with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
