Time
49,095
The Time MCP Server is a Model Context Protocol server designed to provide accurate time and timezone conversion functionalities. It supports various platforms and can easily be integrated into existing systems using uv, Docker, or pip installations. The server is open to contributions, enhancing its capabilities or documentation.
Time MCP Server
A Model Context Protocol server offering time and timezone conversion functionality.
Features:
- Get current time in a specified timezone or system timezone.
- Convert time between different timezones using IANA timezone names.
Installation:
- Using uv: Directly run with
uvx
. - Using PIP: Install and execute using Python.
Configuration:
- Compatible with Claude.app, Zed, and VS Code with specific configuration commands provided.
- Supports Docker and uvx command executions.
Usage:
- Available tools include
get_current_time
andconvert_time
. - Examples of questions to ask the server include inquiries about current time in various locations and timezone conversions.
Debugging:
- Use MCP inspector tools for debugging.
Contributing:
- Contributions welcome for new tools, enhancements, and documentation updates.