Meta AI enhances machine learning, NLP, and computer vision capabilities.
Time MCP

About Time MCP
The Time MCP server exposes the system clock to AI coding assistants that support the Model Context Protocol. It provides current time, date, and timezone information to enable context-aware workflows in Cursor, Claude Desktop, and Windsurf. Developers can query the server to retrieve precise timestamps or schedule actions based on temporal data. The server runs locally and requires no external dependencies beyond an MCP-compatible client. It is designed for use cases where time-sensitive operations or debugging require real-time system clock access. The implementation is lightweight and adheres to the MCP specification for seamless integration with supported tools.
GitHub, Inc.
San Francisco, California, US · Founded 2008
- Founders
- Tom Preston-Werner, Chris Wanstrath, PJ Hyett, Scott Chacon
- Founded
- 2008
- Headquarters
- San Francisco, California, US
- Legal status
- Subsidiary of Microsoft (NASDAQ: MSFT)
Key features
- Retrieves current system time and date
- Provides timezone information
- Supports timestamp queries
- Local execution with no external dependencies
- MCP-compliant interface for Cursor, Claude Desktop, and Windsurf
- Lightweight and fast response
- Open-source implementation
Use cases
- Scheduling actions based on real-time timestamps
- Debugging time-sensitive code paths
- Providing temporal context in AI-assisted development
Pros
- Provides real-time system clock access and timezone conversions via IANA timezone names
- Lightweight implementation with no external dependencies beyond an MCP-compatible client
- Supports automatic system timezone detection for seamless integration
- Designed for local execution, ensuring data privacy and offline functionality
- Compatible with multiple MCP-compatible AI coding assistants like Cursor, Claude Desktop, and Windsurf
Cons
- Requires MCP Python SDK version 1.x (SDK 2.0 support is in progress)
- Limited to time-related operations and lacks broader system or tool integrations
- Configuration requires manual setup in client applications for proper integration
Frequently asked questions about Time MCP
What is Time MCP and what does it do?
Time MCP is a Model Context Protocol server that provides current time, date, and timezone information to AI coding assistants. It enables context-aware workflows by allowing precise timestamp retrieval and timezone conversions using IANA timezone names.
Who should use Time MCP?
Time MCP is designed for developers and AI coding assistants that require real-time system clock access or timezone conversions. It is particularly useful for debugging, scheduling actions, or any workflow where temporal context is critical.
How do I install and configure Time MCP?
Time MCP can be installed via uvx, pip, or Docker. Configuration involves adding the server details to your client application's settings file, such as VS Code, Zed, or Claude Desktop, using the provided JSON snippets.
Does Time MCP require an internet connection?
No, Time MCP runs locally and does not require an internet connection. It relies on the system clock and IANA timezone data stored locally for operations.
What MCP-compatible clients support Time MCP?
Time MCP is supported by AI coding assistants like Cursor, Claude Desktop, Windsurf, Zed, and Zencoder. It can also be integrated with VS Code using the MCP extension.
Can Time MCP perform timezone conversions?
Yes, Time MCP includes a tool called convert_time that allows converting time between different timezones using IANA timezone names. The get_current_time tool retrieves the current time in a specified or system timezone.