Time MCP Server
The Time MCP Server provides date and time operations for AI agents, enabling them to work with temporal data, scheduling, and time-based calculations. It's perfect for any workflow that needs to handle dates, times, timezones, or scheduling.
Installation
-
Open Griptape Nodes and go to Settings → MCP Servers
-
Click + New MCP Server
-
Configure the server:
- Server Name/ID:
time - Connection Type:
Local Process (stdio) - Configuration JSON:
{ "transport": "stdio", "command": "uvx", "args": ["mcp-server-time"], "env": {}, "cwd": null, "encoding": "utf-8", "encoding_error_handler": "strict" } - Server Name/ID:
-
Click Create Server
Available Tools
get_current_time- Get the current date and timeparse_date- Parse date strings into structured formatformat_date- Format dates into different string formatsadd_time- Add time periods to datessubtract_time- Subtract time periods from datescompare_dates- Compare two datesget_timezone_info- Get information about timezonesconvert_timezone- Convert times between timezones
Resources
- Time MCP Server - Official repository and documentation
- JavaScript Date Object - Reference for date operations
- Timezone Database - Complete list of timezones