An open API service indexing awesome lists of open source software.

https://github.com/ospoon/chinese-holidays


https://github.com/ospoon/chinese-holidays

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Chinese-Holidays MCP server

Query information about Chinese holidays

## Tools

1. `get-all-holidays`: Get all holidays for a year
2. `is-holiday`: Check if a date is a holiday

## Configuration

### 1. Development/Unpublished Servers Configuration:
```json
{
"mcpServers": {
"chinese-holidays": {
"command": "uv",
"args": [
"--directory",
"the absolute path of chinese-holidays",
"run",
"chinese-holidays"
]
}
}
}
```
### 2. Published Servers Configuration
```json
{
"mcpServers": {
"chinese-holidays": {
"command": "uvx",
"args": [
"chinese-holidays"
],
"env": {
"PYTHONIOENCODING": "utf-8"
}
}
}
}
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.