mcp-device-datetime
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-device-datetimewhat time is it?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-device-datetime
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)
Related MCP server: MCP Time Server
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-datetimeThen use that path as the command value in the JSON configuration.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Get the current time in your chosen timezone. Browse available continents and regions to pick the…
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Current time by timezone, astronomy events, and moon phases
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides current time and date information with timezone support and multiple formatting options. Enables AI assistants to answer time-related queries in different timezones with detailed temporal information.215MIT
- AlicenseNot gradedqualityDmaintenanceProvides time and date functionality with support for multiple formats and timezones, enabling users to get current time/date, format timestamps, and retrieve comprehensive datetime information.73MIT
- AlicenseNot gradedqualityDmaintenanceProvides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.MIT
- FlicenseBqualityDmaintenanceProvides current time and timezone conversion using IANA timezone names, with automatic system timezone detection.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vulpicastor/mcp-device-datetime'
If you have feedback or need assistance with the MCP directory API, please join our Discord server