pinkpixel-dev/datetime-mcp
Platform-specific configuration:
{
"mcpServers": {
"datetime-mcp": {
"command": "npx",
"args": [
"-y",
"datetime-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@pinkpixel-dev/datetime-mcp)
A powerful MCP server that provides LLMs with current date and time context with comprehensive timezone support. Get the current time in any timezone, with configurable defaults and intelligent fallbacks.
This is a TypeScript-based MCP server built with the Model Context Protocol that demonstrates timezone-aware datetime functionality.
America/New_York, Europe/London, Asia/Tokyo)There are two ways to install and configure this MCP server:
To install datetime-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @pinkpixel-dev/datetime-mcp --client claudeInstall the package globally using npm:
npm install -g @pinkpixel/datetime-mcpThen, add the following configuration to your MCP client's settings file.
{
"mcpServers": {
"datetime": {
"command": "npx",
"args": [
"-y",
"@pinkpixel/datetime-mcp"
]
}
}
}{
"mcpServers": {
"datetime": {
"command": "npx",
"args": [
"-y",
"@Loading reviews...