data-ai MCP Server
MCP (Model Context Protocol) server which provides utilities to work with time and dates, with natural language, multiple formats and timezone convertion capabilities
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx @theo.foobar/mcp-time
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-theo-foobar-mcp-time": {
"command": "npx",
"args": [
"@theo.foobar/mcp-time"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
(optional) - Target timezone in IANA format (e.g., `America/New_York`). Defaults to UTC
(optional) - The output format (predefined like `RFC3339`, `Kitchen`, or custom Go layout)