loading…
Search for a command to run...
loading…
Date Calculator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Date Calculator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Date Calculator AI MCP Server — Date math tools.
Date Calculator AI MCP Server — Date math tools.
| Tool | Description |
|---|---|
days_between |
Calculate days between two dates (YYYY-MM-DD). Also returns weeks, months estima |
add_business_days |
Add business days to a date, optionally excluding holidays (comma-separated YYYY |
next_weekday |
Find the next occurrence of a weekday. target_day: Monday-Sunday. occurrence: nt |
format_date |
Parse and reformat dates. Common formats: %Y-%m-%d, %d/%m/%Y, %m/%d/%Y, %B %d %Y |
pip install meok-date-calculator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"date-calculator-ai": {
"command": "python",
"args": ["-m", "meok_date_calculator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"date-calculator-ai-mcp": {
"command": "npx",
"args": []
}
}
}