Gives Claude native control over dates, times, and cron scheduling without pulling in heavy dependencies like Moment or date-fns. You get timezone conversion across IANA zones, business day calculations, date arithmetic (add/subtract days, months, years), and timestamp parsing in both directions. The cron tools are the standout: parse expressions into plain English, generate the next N run times, validate syntax, or go backwards from a description to a cron string. Also includes relative time formatting (time ago, countdowns) and duration parsing. Built entirely on JavaScript's Intl and Date APIs, so it's lean. Useful when Claude needs to schedule things, compare dates across regions, or explain when a job will run.
Public tool metadata for what this MCP can expose to an agent.
current_timeGet the current date and time.2 paramsGet the current date and time.
formatstringh:mm A · h:mm:ss A · YYYY-MM-DD HH:mm:ss · YYYY-MM-DD · YYYY-MM · MM/DD/YYYYdefault: YYYY-MM-DD HH:mm:sstimezonestringrelative_timeGet the relative time from now.1 paramsGet the relative time from now.
timestringdays_in_monthGet the number of days in a month. If no date is provided, get the number of days in the current month.1 paramsGet the number of days in a month. If no date is provided, get the number of days in the current month.
datestringget_timestampGet the timestamp for the time.1 paramsGet the timestamp for the time.
timestringconvert_timeConvert time between timezones.3 paramsConvert time between timezones.
timestringsourceTimezonestringtargetTimezonestringget_week_yearGet the week and isoWeek of the year.1 paramsGet the week and isoWeek of the year.
datestringDate, time, and timezone tools for AI agents via the Model Context Protocol (MCP).
Built entirely with native JavaScript Date and Intl APIs -- no external date libraries required.
npm install
npm run build
Add to your Claude Desktop configuration:
{
"mcpServers": {
"time-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-time-tools/dist/index.js"]
}
}
}
npm install
npm run build
npm start
makafeli/n8n-workflow-builder
danishashko/make-mcp
lukisch/n8n-manager-mcp
io.github.us-all/airflow
io.github.infoinlet-marketplace/mcp-workflow