MCP Time Workdays Node
M

MCP Time Workdays Node

A Node server based on the MCP protocol that provides the functions of getting the current time in a specified time zone and querying official workday, holiday, and makeup work information, supporting multiple free online data sources.
2.5 points
5.4K

What is the MCP Time and Workdays Server?

This is a tool server specifically designed for AI assistants (such as Claude Desktop), which provides time query and legal workday information through a standard protocol. It can help you quickly obtain the current time (supporting custom time zones and formats), as well as query official workdays, holidays, and makeup work arrangements for a specific year and month.

How to use this server?

You need to configure and start this server in a client that supports the MCP protocol (such as Claude Desktop). After the configuration is complete, the AI assistant can directly call the two tools provided by the server: getting the current time and getting workday data. You don't need to run commands manually, and the AI will handle all the details for you.

Use cases

• Schedule planning: Query the workday arrangements for a specific month to help plan meetings, project deadlines, etc. • Time management: Quickly obtain the current time in different time zones to facilitate cross - time - zone collaboration. • Holiday query: Find out the official holiday arrangements and plan your vacations in advance. • Automation tools: Provide an accurate workday data source for other applications.

Main Features

Flexible time query
Supports querying the current time in any time zone around the world, and the time display format can be customized. The local time zone is used by default, and standard time zones such as 'Asia/Shanghai' and 'America/New_York' can also be specified.
Accurate legal workday data
Provides official workday, holiday, and makeup work information for China. The data is carefully processed to ensure compliance with national legal arrangements: Workdays = All Mondays to Fridays in the current month - Official holidays + Official makeup work on weekends.
Dual data source support
Two free data sources are built - in: the Timor annual aggregation interface (default) and NateScarlet holiday - cn (GitHub Raw), ensuring data availability and accuracy. Network exceptions are automatically handled, and a CDN fallback is provided.
Out - of - the - box
No API Key or complex configuration is required. It can be started with one click via NPX or simply configured in Claude Desktop for use. It runs natively on Node.js with minimal dependencies.
Standard MCP protocol
Fully complies with the Model Context Protocol standard, ensuring compatibility with various MCP clients. The output format is optimized to be compatible with strict client implementations.
Advantages
Completely free: No payment or API Key is required for all data sources
Accurate data: Based on officially published holiday arrangements and updated in a timely manner
Easy to use: After configuration, the AI assistant can call it directly without user intervention
Stable and reliable: Dual data sources + CDN fallback ensure service availability
Lightweight and efficient: Runs natively on Node.js with low resource consumption
Limitations
Only supports legal workday data for the Chinese region
Requires a Node.js 18+ environment to run
Relies on external data sources, and network exceptions may affect data acquisition
Requires an MCP - compatible client (such as Claude Desktop) to use

How to Use

Install the Node.js environment
Make sure your system has Node.js 18.0 or a higher version installed. You can run `node --version` in the terminal to check the current version.
Configure Claude Desktop
Open the configuration file of Claude Desktop (usually located at claude_desktop_config.json in the user directory) and add the server configuration.
Add server configuration (NPX method)
Add the following content to the configuration file and run it directly using NPX (recommended, no local installation required).
Add server configuration (local method)
If you have cloned the project locally, you can configure it using an absolute path.
Restart Claude Desktop
After saving the configuration file, restart the Claude Desktop application. The server will start automatically, and the AI assistant can use the relevant tools.

Usage Examples

Example 1: Planning a project schedule
You are planning a project that needs to be completed in October 2025 and need to know how many actual workdays there are in that month to arrange tasks.
Example 2: Arranging a cross - time - zone meeting
You need to arrange a meeting with a colleague in New York and want to confirm the current times of both sides.
Example 3: Holiday query and planning
You want to know the holiday arrangements for the Spring Festival next year to plan your trip in advance.

Frequently Asked Questions

Is this server free?
How often is the data updated?
Which time zones are supported?
What if the network connection fails?
In addition to Claude Desktop, does it support other clients?
How is the data accuracy guaranteed?
Can I get data for historical years?

Related Resources

Model Context Protocol Official Documentation
Technical specifications, implementation guides, and the latest news of the MCP protocol
Timor Holiday API
The default data source, providing a free API interface for Chinese holiday information
NateScarlet holiday - cn Project
A backup data source, an open - source Chinese holiday data repository
IANA Time Zone Database
Global standard time zone definitions, supporting queries for all available time zone names
Node.js Official Website
Download and install the Node.js runtime environment
Claude Desktop Configuration Guide
Official documentation for using and configuring Claude Desktop

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "time-and-workdays-node": {
      "command": "npx",
      "args": ["mcp-time-workdays-node"],
      "env": {}
    }
  }
}

{
  "mcpServers": {
    "time-and-workdays-node": {
      "command": "node",
      "args": ["/absolute/path/to/mcp_time_workdays_node.mjs"],
      "env": {}
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
6.3K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
10.6K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.5K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
9.7K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.3K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
8.8K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
9.1K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
11.1K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.8K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
16.7K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
18.8K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
56.2K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.7K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
52.9K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
37.2K
4.8 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.5K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase